Merge pull request #246870 from r-ryantm/auto-update/python310Packages.pyro-ppl

python310Packages.pyro-ppl: 1.8.5 -> 1.8.6
This commit is contained in:
Mario Rodas 2023-08-05 09:54:08 -05:00 committed by GitHub
commit 0f629c1e69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "pyro-ppl";
version = "1.8.5";
version = "1.8.6";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit version pname;
hash = "sha256-wqwDWZWHT0rbjQfJKqRZT+eD/94WFKWczl4uDZzxkzQ=";
hash = "sha256-ANL03ailPmbZVRJNxuSektz1cM071waCUJHbdk2TzQc=";
};
propagatedBuildInputs = [