Merge pull request #266205 from fabaff/pydrawise-bump

python311Packages.pydrawise: 2023.10.0 -> 2023.11.0
This commit is contained in:
Nick Cao 2023-11-08 08:47:25 -05:00 committed by GitHub
commit 0cc596b779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;