python310Packages.chex: 0.1.3 -> 0.1.4

This commit is contained in:
Matt Wittmann 2022-08-30 22:28:55 -07:00
parent 30942c90cb
commit a0adbb308c
No known key found for this signature in database
GPG Key ID: AEAD22D9F95347ED

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "chex";
version = "0.1.3";
version = "0.1.4";
format = "setuptools";
src = fetchFromGitHub {
owner = "deepmind";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-oIdRh0WKzdvyCfcamKRDiMsV51b6rdmNYcELjDQKGX4=";
hash = "sha256-FiZElESyOVu1VJxUDNiN6HVADiaubDrGdQHYp2CN8f4=";
};
propagatedBuildInputs = [