Merge pull request #269332 from GaetanLepage/chex

python311Packages.chex: 0.1.84 -> 0.1.85
This commit is contained in:
OTABI Tomoya 2023-11-23 17:55:22 +09:00 committed by GitHub
commit 291192ede8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [