python312Packages.jsonconversion: 1.0.2 -> 1.1.1

This commit is contained in:
R. Ryantm
2025-01-29 19:22:49 +00:00
parent d20931e1a7
commit 5ef4582726
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "jsonconversion";
version = "1.0.2";
version = "1.1.1";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "DLR-RM";
repo = "python-jsonconversion";
tag = version;
hash = "sha256-QzBjpOqcMAeQ46QPc1FrVldwD6ttf9Q9CJ1coMJOq7I=";
hash = "sha256-FGgvSDweZM1xrdrDLFiGmdAtgxoFjglUlMV+fgo7/ls=";
};
build-system = [ pdm-backend ];