about summary refs log tree commit diff
path: root/pkgs/development/python-modules/chex
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-27 02:14:12 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-03 23:56:36 +0100
commitea768a4e92417e816e6cd0590c26425ac6a1c70b (patch)
tree8abcf14b601e9d32dc630985da8356a4c994d475 /pkgs/development/python-modules/chex
parentdfaa3ecdd9f33f436da156567fce93a801687c53 (diff)
python3Packages.chex: 0.1.5 -> 0.1.6
Diffstat (limited to 'pkgs/development/python-modules/chex')
-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 9fa7a378b56e0..588ca836ad8f1 100644
--- a/pkgs/development/python-modules/chex/default.nix
+++ b/pkgs/development/python-modules/chex/default.nix
@@ -12,14 +12,14 @@
 
 buildPythonPackage rec {
   pname = "chex";
-  version = "0.1.5";
+  version = "0.1.6";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = "deepmind";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-FYB0IhokM74HBY2wOJYE6xJrHxHHWhDSAZpWFs6HFu0=";
+    hash = "sha256-VolRlLLgKga9S17ByVrYya9VPtu9yiOnvt/WmlE1DOc=";
   };
 
   propagatedBuildInputs = [