Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.pydrawise: 2024.4.0 -> 2024.4.1

Diff: https://github.com/dknowles2/pydrawise/compare/refs/tags/2024.4.0...2024.4.1

Changelog: https://github.com/dknowles2/pydrawise/releases/tag/2024.4.1

+2 -2
+2 -2
pkgs/development/python-modules/pydrawise/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "pydrawise"; 21 - version = "2024.4.0"; 21 + version = "2024.4.1"; 22 22 pyproject = true; 23 23 24 24 disabled = pythonOlder "3.10"; ··· 27 27 owner = "dknowles2"; 28 28 repo = "pydrawise"; 29 29 rev = "refs/tags/${version}"; 30 - hash = "sha256-krePSrMMrMgKDHQSjzH7hSNnRmwyRe0qTDXc0r0+CPU="; 30 + hash = "sha256-rJul7UAhgB0a6+3buPlfjnhhy2QOo82gvmRtZB+vrko="; 31 31 }; 32 32 33 33 build-system = [