jc: 1.14.2 -> 1.14.3

This commit is contained in:
R. RyanTM 2021-02-12 14:12:17 +00:00
parent def7e21923
commit 2fb689018c

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 ];