Unverified Commit 3c0501c9 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

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

parents d55cc460 f5c1b5b4
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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;