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

jc: 1.21.1 -> 1.21.2
This commit is contained in:
figsoda 2022-08-30 11:10:22 -04:00 committed by GitHub
commit 857b84c52d
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.1";
version = "1.21.2";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "kellyjonbrazil";
repo = pname;
rev = "v${version}";
sha256 = "sha256-JkxLDuSaEfPb/Z+Bz2uZ3i0LcQgvYlKUNxXATGdCkzE=";
sha256 = "sha256-gzxN2ZbnZw7EE5oVeSpugzl/paAbyKKQlxVs/8n3Hzw=";
};
propagatedBuildInputs = [ ruamel-yaml xmltodict pygments ];