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

This commit is contained in:
Artturi 2022-03-07 07:14:13 +02:00 committed by GitHub
commit d91078b71b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "jc";
version = "1.18.3";
version = "1.18.5";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "kellyjonbrazil";
repo = pname;
rev = "v${version}";
sha256 = "sha256-OMFW2xR6X/6H8ouHAe5qX8ltuwkNG9esjdosac+MiNw=";
sha256 = "sha256-rsD8euVGf1nbIHnDyxbyW7LJWtUSsc4Uf3c5OmgYpMY=";
};
propagatedBuildInputs = [ ruamel-yaml xmltodict pygments ];