python311Packages.pyschlage: 2023.5.0 -> 2023.6.0

Diff: https://github.com/dknowles2/pyschlage/compare/refs/tags/2023.5.0...2023.6.0

Changelog: https://github.com/dknowles2/pyschlage/releases/tag/2023.6.0
This commit is contained in:
Fabian Affolter 2023-06-09 10:19:39 +02:00
parent 432adce9d7
commit 0ac648164a

View file

@ -11,7 +11,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyschlage"; pname = "pyschlage";
version = "2023.5.0"; version = "2023.6.0";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "dknowles2"; owner = "dknowles2";
repo = "pyschlage"; repo = "pyschlage";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-l9Xi1VffvobSjluParvQjCTsCMWvhSV975j1OVclBWw="; hash = "sha256-ogYVk0Kvv595IlIa/qdV1lqlnW45IG29PX5EEaMaphw=";
}; };
SETUPTOOLS_SCM_PRETEND_VERSION = version; SETUPTOOLS_SCM_PRETEND_VERSION = version;