python3Packages.jsonpickle: 3.0.2 -> 3.0.3

This commit is contained in:
Martin Weinelt
2024-03-12 18:24:28 +01:00
parent ae056ae0c7
commit d8c1f0d544
@@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "jsonpickle";
version = "3.0.2";
version = "3.0.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-43q7pL+zykpGR9KLufRwZDb3tGyKgzO0pxirr6jkazc=";
hash = "sha256-VpH0RJUyeFirOpW5xECnm0HjVCG+Gm4JpHtsm5Qh/QY=";
};
nativeBuildInputs = [