python3Packages.referencing: 0.36.2 -> 0.37.0
https://github.com/python-jsonschema/referencing/releases/tag/v0.37.0
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user