1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #333526 from r-ryantm/auto-update/python312Packages.pydrawise

python312Packages.pydrawise: 2024.6.5 -> 2024.8.0
This commit is contained in:
Fabian Affolter 2024-08-10 08:39:53 +02:00 committed by GitHub
commit 03c878c060
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.5";
version = "2024.8.0";
pyproject = true;
disabled = pythonOlder "3.10";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "dknowles2";
repo = "pydrawise";
rev = "refs/tags/${version}";
hash = "sha256-ug9gADM6ig6i2mu3GhQ+vsbNf3vEfR4L7OQ5Ixuh5so=";
hash = "sha256-svy2bYyXDmN4mZK3VqVjr7GLUgnin09aEoTMKKbPJxk=";
};
build-system = [