Merge pull request #322238 from fabaff/pydrawise-bump

python312Packages.pydrawise: 2024.6.4 -> 2024.6.5
This commit is contained in:
Nick Cao 2024-06-24 17:01:14 -04:00 committed by GitHub
commit ca1654d325
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pydrawise";
version = "2024.6.4";
version = "2024.6.5";
pyproject = true;
disabled = pythonOlder "3.10";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "dknowles2";
repo = "pydrawise";
rev = "refs/tags/${version}";
hash = "sha256-I1VS9uNKybokbkKh6QVjsf5cLV3vg19EnblOheAyxn8=";
hash = "sha256-ug9gADM6ig6i2mu3GhQ+vsbNf3vEfR4L7OQ5Ixuh5so=";
};
build-system = [