python3Packages.referencing: 0.36.2 -> 0.37.0

https://github.com/python-jsonschema/referencing/releases/tag/v0.37.0
This commit is contained in:
Martin Weinelt
2026-01-21 15:25:03 +01:00
parent 5d153762f5
commit bd26baf7c6
@@ -14,7 +14,7 @@
let
self = buildPythonPackage rec {
pname = "referencing";
version = "0.36.2";
version = "0.37.0";
pyproject = true;
src = fetchFromGitHub {
@@ -22,7 +22,7 @@ let
repo = "referencing";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-VwViFiquacwJlELNDp01DRbtYQHOY4qXS2CjD7YmS6g=";
hash = "sha256-4e06rzvIOyWAgkpzAisc4uUK8pWshDZiQ6qpvJCq3GY=";
};
build-system = [