python311Packages.jc: 1.25.1 -> 1.25.2

This commit is contained in:
R. Ryantm 2024-03-24 02:11:50 +00:00
parent 79863957ca
commit 4e4615d5cf
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "jc";
version = "1.25.1";
version = "1.25.2";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "kellyjonbrazil";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-A9bmnamoRwDG/HFDjdBvnfGB+XqpAdLVnHeHtSf07zg=";
hash = "sha256-SDZ92m4TVH5/ldGkVZspzIrR0G1vHOv1OvAOSaWYkZ0=";
};
propagatedBuildInputs = [ ruamel-yaml xmltodict pygments ];