python312Packages.optree: 0.12.1 -> 0.13.0 (#346287)

This commit is contained in:
Sandro 2024-10-05 18:22:55 +02:00 committed by GitHub
commit 4b616a8ecc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "optree";
version = "0.12.1";
version = "0.13.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "metaopt";
repo = "optree";
rev = "refs/tags/v${version}";
hash = "sha256-4GvB9Z7qnEjsUSl+x5wd8czV80F50MwJdlNdylUU0zY=";
hash = "sha256-HuzfQ1arAF/DbJd9MF0jAxfzWvOHtAfkEMUF+aPfaII=";
};
dontUseCmakeConfigure = true;