python3Packages.jsonpointer: 3.0.0 -> 3.1.1

This commit is contained in:
Martin Weinelt
2026-07-13 01:58:37 +02:00
parent 54d1e54e48
commit f693a85adf

View File

@@ -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 = {