python3Packages.jsonpickle: 4.0.5 -> 4.1.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:00:10 +02:00
parent 4f01cff11e
commit 924ff67ad2
@@ -15,12 +15,12 @@
buildPythonPackage rec {
pname = "jsonpickle";
version = "4.0.5";
version = "4.1.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-8pmBizk2fDYbPya9uoJ9QkmrXTg82TFE0PlLVBeqyzU=";
hash = "sha256-+G4Y8T4rlsHB7t4Le5AJW7th2Z/twUgTxE3C82HbuuE=";
};
build-system = [