From fc6af54bb4a91fe28df26d9161944b7982b0b704 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 23 Nov 2023 00:19:58 +0100 Subject: [PATCH] python311Packages.chex: 0.1.84 -> 0.1.85 Diff: https://github.com/deepmind/chex/compare/refs/tags/v0.1.84...v0.1.85 Changelog: https://github.com/google-deepmind/chex/releases/tag/v0.1.85 --- pkgs/development/python-modules/chex/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/chex/default.nix b/pkgs/development/python-modules/chex/default.nix index 6bee1641242c..559d047032c6 100644 --- a/pkgs/development/python-modules/chex/default.nix +++ b/pkgs/development/python-modules/chex/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "chex"; - version = "0.1.84"; + version = "0.1.85"; format = "setuptools"; disabled = pythonOlder "3.9"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "deepmind"; repo = "chex"; rev = "refs/tags/v${version}"; - hash = "sha256-LsUMvSMVGjqZuFDcb+/61RtFxweeG6bSFzmJUUMv6rA="; + hash = "sha256-7k/+2dNNbPBXtbabuOEVpAI7T1SuM4JDf074dmTg/vs="; }; propagatedBuildInputs = [