python312Packages.chex: 0.1.87 -> 0.1.88 (#364220)

This commit is contained in:
Gaétan Lepage
2024-12-11 17:46:49 +01:00
committed by GitHub
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "chex";
version = "0.1.87";
version = "0.1.88";
pyproject = true;
src = fetchFromGitHub {
owner = "deepmind";
repo = "chex";
rev = "refs/tags/v${version}";
hash = "sha256-TPh7XLWHk0y/VLXxHLANUiDmfveHPeMLks9QKf16doo=";
tag = "v${version}";
hash = "sha256-umRq+FZwyx1hz839ZibRTEFKjbBugrfUJuE8PagjqI4=";
};
build-system = [ setuptools ];
@@ -52,7 +52,7 @@ buildPythonPackage rec {
];
meta = {
description = "Chex is a library of utilities for helping to write reliable JAX code";
description = "Library of utilities for helping to write reliable JAX code";
homepage = "https://github.com/deepmind/chex";
changelog = "https://github.com/google-deepmind/chex/releases/tag/v${version}";
license = lib.licenses.asl20;