jc: 1.21.1 -> 1.21.2

This commit is contained in:
R. Ryantm
2022-08-30 13:54:40 +00:00
parent 70c3bfea57
commit 51f22af8aa

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