Merge pull request #189061 from mcwitt/upgrade-chex

python310Packages.chex: 0.1.3 -> 0.1.4
This commit is contained in:
Jonas Heinrich
2022-08-31 15:55:00 +02:00
committed by GitHub
@@ -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 = [