python311Packages.pydrawise: 2023.12.0 -> 2023.12.1

Diff: https://github.com/dknowles2/pydrawise/compare/refs/tags/2023.12.0...2023.12.1

Changelog: https://github.com/dknowles2/pydrawise/releases/tag/2023.12.1
This commit is contained in:
Fabian Affolter 2023-12-27 11:48:34 +01:00
parent 1b9f6e68c2
commit c673214b4a

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pydrawise";
version = "2023.12.0";
version = "2023.12.1";
format = "pyproject";
disabled = pythonOlder "3.10";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "dknowles2";
repo = "pydrawise";
rev = "refs/tags/${version}";
hash = "sha256-20EPAvunKDByHRQ3jYz1Mbn6n1CFn4WWA6vbCdKen/g=";
hash = "sha256-w5M6ihPGOVCqMrWd8qj6XEmS4tfxKhwpwZSXjcOc4z0=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;