python3Packages.pydrawise: 2025.7.0 -> 2025.9.0

Diff: https://github.com/dknowles2/pydrawise/compare/2025.7.0...2025.9.0

Changelog: https://github.com/dknowles2/pydrawise/releases/tag/2025.9.0
This commit is contained in:
Robert Schütz
2025-09-13 20:49:59 -07:00
parent 94f3b7fd3b
commit 8ed840992a
@@ -18,16 +18,16 @@
buildPythonPackage rec {
pname = "pydrawise";
version = "2025.7.0";
version = "2025.9.0";
pyproject = true;
disabled = pythonOlder "3.10";
disabled = pythonOlder "3.11";
src = fetchFromGitHub {
owner = "dknowles2";
repo = "pydrawise";
tag = version;
hash = "sha256-bHdGHg+TxGf+evJdGUou7UXMVcGSgDXHx1GCAzTl7U0=";
hash = "sha256-eHy3pdzgN5CvKfsoa5ZdT9lor4AiZr8K1g/8qyzP3eo=";
};
build-system = [