python311Packages.pyschlage: 2023.8.1 -> 2023.9.0

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

Changelog: https://github.com/dknowles2/pyschlage/releases/tag/2023.9.0
This commit is contained in:
Fabian Affolter
2023-09-03 08:58:22 +02:00
parent 5e9ff98d1d
commit 2e822053bb
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyschlage";
version = "2023.8.1";
version = "2023.9.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "dknowles2";
repo = "pyschlage";
rev = "refs/tags/${version}";
hash = "sha256-PTkuVGUdqRcvgcIL7yoVWNLQcWyDpXXHLxb7CoD8J1s=";
hash = "sha256-4uYUEx6OcUMG8nS/PqZK5hHFQd/7pTGIix2it8pleuY=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;