python3Packages.referencing: 0.34.0 -> 0.35.1

https://github.com/python-jsonschema/referencing/releases/tag/v0.35.1
This commit is contained in:
Martin Weinelt
2024-10-13 11:09:11 +02:00
parent bd20d4cfcd
commit d3048a8d82
@@ -15,7 +15,7 @@
let
self = buildPythonPackage rec {
pname = "referencing";
version = "0.34.0";
version = "0.35.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ let
repo = "referencing";
rev = "refs/tags/v${version}";
fetchSubmodules = true;
hash = "sha256-Vx+WVgt09I04Z/sIYsLLtPCwuo5wW0Z2o2OTH2V17UY=";
hash = "sha256-Ix0cpdOs7CtersdfW9daF/+BEJaV/na1WRTlYywUJV8=";
};
build-system = [