Merge pull request #189963 from r-ryantm/auto-update/python3.10-numpyro

python310Packages.numpyro: 0.10.0 -> 0.10.1
This commit is contained in:
Mario Rodas 2022-09-07 05:12:11 -05:00 committed by GitHub
commit 5e44039502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "numpyro";
version = "0.10.0";
version = "0.10.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit version pname;
hash = "sha256-UCgFGHNLQunZgXGgmLWiH9GPEpRMIoSCqJryGIDHTdo=";
hash = "sha256-36iW8ByN9D3dQWY68rPi/Erqc0ieZpR06DMpsYOykVA=";
};
propagatedBuildInputs = [