Merge pull request #293472 from r-ryantm/auto-update/python311Packages.dm-haiku

python311Packages.dm-haiku: 0.0.11 -> 0.0.12
This commit is contained in:
Nick Cao 2024-03-05 09:40:57 -05:00 committed by GitHub
commit 918fa8f805
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,14 +23,14 @@
let dm-haiku = buildPythonPackage rec {
pname = "dm-haiku";
version = "0.0.11";
version = "0.0.12";
format = "setuptools";
src = fetchFromGitHub {
owner = "deepmind";
repo = "dm-haiku";
rev = "refs/tags/v${version}";
hash = "sha256-xve1vNsVOC6/HVtzmzswM/Sk3uUNaTtqNAKheFb/tmI=";
hash = "sha256-aJRXlMq4CNMH3ZSTDP8MgnVltdSc8l5raw4//KccL48=";
};
patches = [