python3Packages.chex: 0.1.89 -> 0.1.90
Diff: https://github.com/deepmind/chex/compare/refs/tags/v0.1.89...refs/tags/v0.1.90 Changelog: https://github.com/google-deepmind/chex/releases/tag/v0.1.90
This commit is contained in:
@@ -23,14 +23,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "chex";
|
||||
version = "0.1.89";
|
||||
version = "0.1.90";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "deepmind";
|
||||
repo = "chex";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-eTEfmbpmwtCuphtOq0iHUT8zGfyQ4/aUorL4FQwcKBw=";
|
||||
hash = "sha256-nZYfkK73p3HpUOMPyqkV4YR3BDGrpdZrl36dmfZt7Bk=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user