Merge pull request #277108 from fabaff/pydrawise-bump

python311Packages.pydrawise: 2023.12.0 -> 2023.12.1
This commit is contained in:
Nick Cao 2023-12-27 11:00:53 -05:00 committed by GitHub
commit 501033b0be
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.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;