jc: 1.17.5 -> 1.17.6

This commit is contained in:
R. Ryantm
2022-01-03 23:08:59 -08:00
committed by Jonathan Ringer
parent e3ae798770
commit badc82146d
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "jc";
version = "1.17.5";
version = "1.17.6";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "kellyjonbrazil";
repo = pname;
rev = "v${version}";
sha256 = "004773a1wsip1gnqvas78k0snv7yq83qv1spir891sz4mmg7fyin";
sha256 = "sha256-JWipvhMsVI/AX7Pj4iHJh5GIgfwGLc7s1hZZJnsYGIw=";
};
propagatedBuildInputs = [ ruamel-yaml xmltodict pygments ];