python311Packages.pydrawise: 2023.10.0 -> 2023.11.0

Diff: https://github.com/dknowles2/pydrawise/compare/refs/tags/2023.10.0...2023.11.0

Changelog: https://github.com/dknowles2/pydrawise/releases/tag/2023.11.0
This commit is contained in:
Fabian Affolter 2023-11-08 08:05:57 +01:00
parent 4a5b222dfb
commit 976f491e59

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pydrawise";
version = "2023.10.0";
version = "2023.11.0";
format = "pyproject";
disabled = pythonOlder "3.10";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "dknowles2";
repo = "pydrawise";
rev = "refs/tags/${version}";
hash = "sha256-CSjYLiOvnm1kFp4DL3w/YmAsDcbaCfLfGT0xUZy+GZ0=";
hash = "sha256-gKOyTvdETGzKlpU67UKaHYTIvnAX9znHIynP3BiVbt4=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;