jc: 1.18.6 -> 1.18.7

This commit is contained in:
R. Ryantm 2022-04-27 07:50:40 +00:00
parent 8591989440
commit 20a72fd1ab

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "jc";
version = "1.18.6";
version = "1.18.7";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "kellyjonbrazil";
repo = pname;
rev = "v${version}";
sha256 = "sha256-yk6Rg9DwilG8OWmT7SF80eYRsRwDwJp+mx2Yv2Gg+ak=";
sha256 = "sha256-1fnkeyfvFHy9/COpFtPdvj8ptUIVxfoBrOFw9Ikf47w=";
};
propagatedBuildInputs = [ ruamel-yaml xmltodict pygments ];