python311Packages.pyschlage: 2023.11.0 -> 2023.12.0

Diff: https://github.com/dknowles2/pyschlage/compare/refs/tags/2023.11.0...2023.12.0

Changelog: https://github.com/dknowles2/pyschlage/releases/tag/2023.12.0
This commit is contained in:
Fabian Affolter 2023-12-09 13:02:42 +01:00
parent 4e9c954290
commit e1301b96a8

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyschlage";
version = "2023.11.0";
version = "2023.12.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "dknowles2";
repo = "pyschlage";
rev = "refs/tags/${version}";
hash = "sha256-18kVXGpklfvCGOy2jBOG9BAAzE0ZVQ3LONjiwo9YnjU=";
hash = "sha256-arodPjiigEx90W8ycneD8Ho6SLQaB9FfFtdV74fZp2w=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;