jc: 1.11.1 -> 1.11.2

This commit is contained in:
Atemu 2020-06-08 00:03:35 +02:00
parent c597a7f869
commit 2372dc5422

View file

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