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

jc: 1.21.0 -> 1.21.1
This commit is contained in:
figsoda 2022-08-29 09:06:15 -04:00 committed by GitHub
commit 5ada401c99
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.21.0";
version = "1.21.1";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "kellyjonbrazil";
repo = pname;
rev = "v${version}";
sha256 = "sha256-kS42WokR7ZIqIPi8LbX4tmtjn37tckea2ELbuqzTm2o=";
sha256 = "sha256-JkxLDuSaEfPb/Z+Bz2uZ3i0LcQgvYlKUNxXATGdCkzE=";
};
propagatedBuildInputs = [ ruamel-yaml xmltodict pygments ];