python310Packages.pyro-ppl: 1.8.3 -> 1.8.4

This commit is contained in:
R. Ryantm
2023-01-16 11:14:09 +00:00
parent 27b97d2f87
commit 18e85ceffe
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "pyro-ppl";
version = "1.8.3";
version = "1.8.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit version pname;
hash = "sha256-Pt1DgbAg0S6KtQ6+ApjHpo0VC4oCT5mK2G/ax6MI1Q4=";
hash = "sha256-dm+tYeUt9IiF3pbUEhPaH46MG3ns8witUxifzRXBy0E=";
};
propagatedBuildInputs = [