python3Packages.chex: 0.1.5 -> 0.1.6

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:12 +01:00
parent dfaa3ecdd9
commit ea768a4e92

View File

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