about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-11-23 17:55:22 +0900
committerGitHub <noreply@github.com>2023-11-23 17:55:22 +0900
commit291192ede8c42ce28de2236a3ae83b3b248f18db (patch)
tree0ad251aefdd7c8ec054dacb3383e281f8d22dbb9 /pkgs
parenteee4c95a6e4372d714ce968386d00bbcf466169c (diff)
parentfc6af54bb4a91fe28df26d9161944b7982b0b704 (diff)
Merge pull request #269332 from GaetanLepage/chex
python311Packages.chex: 0.1.84 -> 0.1.85
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/chex/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/chex/default.nix b/pkgs/development/python-modules/chex/default.nix
index 6bee1641242c0..559d047032c6a 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 = [