lol

python313Packages.referencing: 0.36.1 -> 0.36.2

https://github.com/python-jsonschema/referencing/releases/tag/v0.36.2

+2 -2
+2 -2
pkgs/development/python-modules/referencing/default.nix
··· 16 16 let 17 17 self = buildPythonPackage rec { 18 18 pname = "referencing"; 19 - version = "0.36.1"; 19 + version = "0.36.2"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.8"; ··· 26 26 repo = "referencing"; 27 27 tag = "v${version}"; 28 28 fetchSubmodules = true; 29 - hash = "sha256-kMYn41tlBMPb2hMMwHg+o6sNrwp3CHRQwmBzQHsgG1I="; 29 + hash = "sha256-VwViFiquacwJlELNDp01DRbtYQHOY4qXS2CjD7YmS6g="; 30 30 }; 31 31 32 32 build-system = [