Merge pull request #89231 from Atemu/jc-update

jc: 1.10.12 -> 1.11.1
This commit is contained in:
Mario Rodas
2020-05-30 22:48:57 -05:00
committed by GitHub

View File

@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "jc";
version = "1.10.12";
version = "1.11.1";
disabled = isPy27;
src = fetchFromGitHub {
owner = "kellyjonbrazil";
repo = "jc";
rev = "v${version}";
sha256 = "04gggx47acckyd96cginrw7ldw7fqgkiggk9fxdij2hwi03mk4n4";
sha256 = "0qackvhs35npgnga5riclnwqdwasc0kba48pwnrfxf0hm2i0kbgp";
};
propagatedBuildInputs = [ ruamel_yaml xmltodict pygments ];