python311Packages.pydrawise: 2024.3.0 -> 2024.4.0

This commit is contained in:
R. Ryantm 2024-04-23 03:26:26 +00:00
parent 16da38cd4f
commit 265ed46b85
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pydrawise";
version = "2024.3.0";
version = "2024.4.0";
format = "pyproject";
disabled = pythonOlder "3.10";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "dknowles2";
repo = "pydrawise";
rev = "refs/tags/${version}";
hash = "sha256-sL0/LZ7ggUg2OGkIauNLHR7i3l3k4NGvyY2ea1O1m3E=";
hash = "sha256-krePSrMMrMgKDHQSjzH7hSNnRmwyRe0qTDXc0r0+CPU=";
};
nativeBuildInputs = [