python311Packages.pyschlage: 2023.9.0 -> 2023.9.1

Diff: https://github.com/dknowles2/pyschlage/compare/refs/tags/2023.9.0...2023.9.1

Changelog: https://github.com/dknowles2/pyschlage/releases/tag/2023.9.1
This commit is contained in:
Fabian Affolter 2023-09-20 08:57:14 +02:00
parent 6a1b459f0b
commit f1ac6769e7

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyschlage";
version = "2023.9.0";
version = "2023.9.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "dknowles2";
repo = "pyschlage";
rev = "refs/tags/${version}";
hash = "sha256-4uYUEx6OcUMG8nS/PqZK5hHFQd/7pTGIix2it8pleuY=";
hash = "sha256-HFgQXMUmjWW5syBwtCunQ/TeulPwtF48Nesy9iZ3hlU=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;