Merge pull request #112905 from r-ryantm/auto-update/jc

jc: 1.14.2 -> 1.14.3
master
Mario Rodas 2021-02-12 22:35:12 -05:00 committed by GitHub
commit fddad6e9ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "jc";
version = "1.14.2";
version = "1.14.3";
disabled = isPy27;
src = fetchFromGitHub {
owner = "kellyjonbrazil";
repo = "jc";
rev = "v${version}";
sha256 = "sha256-rYH4m7h2SPB1Io83ZUsqZ+Ll4XEi4Feuj4QYvaOJ2lY=";
sha256 = "sha256-6ofw74onFECJYYSuZlOVcNVAVuJaJKV4pkaJ4cTrvPk=";
};
propagatedBuildInputs = [ ruamel_yaml xmltodict pygments ];