python311Packages.pyschlage: 2023.6.0 -> 2023.7.0

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

Changelog: https://github.com/dknowles2/pyschlage/releases/tag/2023.7.0
This commit is contained in:
Fabian Affolter 2023-07-28 21:43:03 +02:00
parent 5da131bd94
commit dd28ccaf96

View file

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