python311Packages.pydrawise: 2023.9.4 -> 2023.10.0

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

Changelog: https://github.com/dknowles2/pydrawise/releases/tag/2023.10.0
This commit is contained in:
Fabian Affolter 2023-10-06 22:10:34 +02:00 committed by Jonathan Ringer
parent 79b81ac58e
commit af4598273b

View file

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