python311Packages.pydrawise: 2023.8.0 -> 2023.9.2

Diff: https://github.com/dknowles2/pydrawise/compare/refs/tags/2023.8.0...2023.9.2

Changelog: https://github.com/dknowles2/pydrawise/releases/tag/2023.9.2
This commit is contained in:
Fabian Affolter 2023-09-27 10:08:33 +02:00
parent 4d3a8e215a
commit 8720fd0133

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pydrawise";
version = "2023.8.0";
version = "2023.9.2";
format = "pyproject";
disabled = pythonOlder "3.10";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "dknowles2";
repo = "pydrawise";
rev = "refs/tags/${version}";
hash = "sha256-cnQJ0enDgOB66rEZePmfTImFrPNMiXfggATM6hsL+ag=";
hash = "sha256-ynQu8Ow6NrGfxzrwiXwMIEx9W65kAjFuXBzQgFAby4k=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;