python312Packages.pydrawise: 2024.9.0 -> 2024.12.0 (#360949)

This commit is contained in:
Nick Cao 2024-12-02 08:51:04 -05:00 committed by GitHub
commit f9a3f5e53b
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.9.0";
version = "2024.12.0";
pyproject = true;
disabled = pythonOlder "3.10";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "dknowles2";
repo = "pydrawise";
rev = "refs/tags/${version}";
hash = "sha256-8S1Ce4MW/iD8xRloUtKbUhFIN0+nconnklqxBy7xMm0=";
hash = "sha256-5mHMlPN4v5Awy8PKRBt5FCPlDYCRyFCgGLWE7btEmfU=";
};
build-system = [