python3Packages.jsonpointer: 2.4 -> 3.0.0

This commit is contained in:
Martin Weinelt
2024-06-24 12:15:38 +02:00
parent 07308ec781
commit b011801187
@@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "jsonpointer";
version = "2.4";
version = "3.0.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-WFzugrcCEfqeYEO3u4nbbhqklSQ0Dd6K1rYyBuponYg=";
hash = "sha256-Ky1ynyCRUi1hw7MfguEYcPYLaPQ/vHBct2v0uDKvWe8=";
};
meta = with lib; {