python3Packages.jsonpointer: 3.0.0 -> 3.1.1

This commit is contained in:
Martin Weinelt
2026-07-15 03:12:05 +02:00
parent 33a66960bf
commit ab91d20a3f
@@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "jsonpointer";
version = "3.0.0";
version = "3.1.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-Ky1ynyCRUi1hw7MfguEYcPYLaPQ/vHBct2v0uDKvWe8=";
hash = "sha256-C4AcfbM6kEAk9gBNUm3MU7u4pKD04yv9EL6t9grfGQA=";
};
meta = {