Merge pull request #243644 from r-ryantm/auto-update/python310Packages.dm-haiku

python310Packages.dm-haiku: 0.0.9 -> 0.0.10
This commit is contained in:
Weijia Wang 2023-07-15 20:14:10 +02:00 committed by GitHub
commit 8721a64f67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "dm-haiku";
version = "0.0.9";
version = "0.0.10";
src = fetchFromGitHub {
owner = "deepmind";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-d5THbfMRrbBL/2sQ99l2yeaTI9gT+bSkcxmVdRJT5bA=";
hash = "sha256-EZx3o6PgTeFjTwI9Ko9H39EqPSE0yLWWpsdqX6ALlo4=";
};
outputs = [