Merge pull request #264396 from fabaff/pyschlage-bump

python311Packages.pyschlage: 2023.9.1 -> 2023.10.0
This commit is contained in:
Mario Rodas 2023-10-30 19:08:55 -05:00 committed by GitHub
commit 791e12b599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;