jc: 1.21.0 -> 1.21.1

This commit is contained in:
R. Ryantm 2022-08-29 10:42:16 +00:00
parent cef50cde2b
commit ddec8f0ab7

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