python311Packages.pyschlage: 2023.9.1 -> 2023.10.0

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

Changelog: https://github.com/dknowles2/pyschlage/releases/tag/2023.10.0
This commit is contained in:
Fabian Affolter
2023-10-30 17:32:40 +01:00
parent 1e333439f1
commit fc49726007
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyschlage";
version = "2023.9.1";
version = "2023.10.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "dknowles2";
repo = "pyschlage";
rev = "refs/tags/${version}";
hash = "sha256-HFgQXMUmjWW5syBwtCunQ/TeulPwtF48Nesy9iZ3hlU=";
hash = "sha256-9RXk3wDDX0sGNsci8EClfj17VCYwtUiMyNJj1FLLJKk=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;