python312Packages.optree: 0.11.0 -> 0.12.1

This commit is contained in:
R. Ryantm 2024-07-15 05:48:42 +00:00
parent b64e7d2266
commit d874e38a86

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "optree";
version = "0.11.0";
version = "0.12.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -20,8 +20,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "metaopt";
repo = pname;
rev = "v${version}";
hash = "sha256-VnnnEoXkYJO+S7baH+JZvsW18Tk3TiY9+Cd230OlZWo=";
rev = "refs/tags/v${version}";
hash = "sha256-4GvB9Z7qnEjsUSl+x5wd8czV80F50MwJdlNdylUU0zY=";
};
dontUseCmakeConfigure = true;