python312Packages.jsonconversion: 1.0.2 -> 1.1.1 (#377797)

This commit is contained in:
Weijia Wang
2025-02-25 14:51:59 +01:00
committed by GitHub
@@ -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 ];