Merge pull request #280936 from fabaff/pydrawise-bump

python311Packages.pydrawise: 2024.1.0 -> 2024.1.1
This commit is contained in:
Nick Cao 2024-01-14 11:53:11 -05:00 committed by GitHub
commit c91c4296e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pydrawise";
version = "2024.1.0";
version = "2024.1.1";
format = "pyproject";
disabled = pythonOlder "3.10";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "dknowles2";
repo = "pydrawise";
rev = "refs/tags/${version}";
hash = "sha256-FbnCo0kdAkm//OHINeEL8ibEH0BxVb9cOypyo54kXY4=";
hash = "sha256-fMwWGE6WfgENti4H+WSfd8ZSHqxHyBVATUhng/o8qeY=";
};
nativeBuildInputs = [