python310Packages.jsonschema-spec: 0.1.3 -> 0.1.4

https://github.com/p1c2u/jsonschema-spec/releases/tag/0.1.4
This commit is contained in:
Martin Weinelt 2023-03-18 11:35:57 +01:00
parent 9861cf4a7f
commit 9d634c7dec
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "jsonschema-spec";
version = "0.1.3";
version = "0.1.4";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "p1c2u";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-vDuIMzl9w7/e6r3AYleGVV5RRjrXDSvY6IBhtLuAFIs=";
hash = "sha256-kLCV9WPWGrVgpbueafMVqtGmj3ifrBzTChE2kyxpyZk=";
};
postPatch = ''