python310Packages.pyro-ppl 0 -> 1 attrpath: python310Packages.pyro-ppl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pwkihixc1igj4ivyp2iq7ddqbb5kyq96-packages.json.drv building '/nix/store/pwkihixc1igj4ivyp2iq7ddqbb5kyq96-packages.json.drv'... Going to be running update for following packages: - python3.10-pyro-ppl-1.8.2 Press Enter key to continue... Running update for: - python3.10-pyro-ppl-1.8.2: UPDATING ... - python3.10-pyro-ppl-1.8.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pyro-ppl/default.nix b/pkgs/development/python-modules/pyro-ppl/default.nix index b0cc9c7f91c..94e06834fe2 100644 --- a/pkgs/development/python-modules/pyro-ppl/default.nix +++ b/pkgs/development/python-modules/pyro-ppl/default.nix @@ -20,14 +20,14 @@ buildPythonPackage rec { pname = "pyro-ppl"; - version = "1.8.2"; + version = "1.8.4"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit version pname; - hash = "sha256-4Afl0ROCpY78+4+61xxy6vEGbIZsaNxURXDEGMGCiks="; + hash = "sha256-dm+tYeUt9IiF3pbUEhPaH46MG3ns8witUxifzRXBy0E="; }; propagatedBuildInputs = [ An auto update branch exists with message `python310Packages.pyro-ppl: 1.8.2 -> 1.8.3`. New version is 1.8.4. The auto update branch does not match or exceed the new version. Old version 1.8.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , graphviz , jupyter , matplotlib , networkx , opt-einsum , pandas , pillow , pyro-api , pythonOlder , torch , scikit-learn , seaborn , torchvision , tqdm , wget }: buildPythonPackage rec { pname = "pyro-ppl"; version = "1.8.3"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit version pname; hash = "sha256-Pt1DgbAg0S6KtQ6+ApjHpo0VC4oCT5mK2G/ax6MI1Q4="; }; propagatedBuildInputs = [ pyro-api torch networkx opt-einsum tqdm ]; passthru.optional-dependencies = { extras = [ graphviz jupyter # lap matplotlib pandas pillow scikit-learn seaborn torchvision # visdom wget ]; }; # pyro not shipping tests do simple smoke test instead doCheck = false; pythonImportsCheck = [ "pyro" "pyro.distributions" "pyro.infer" "pyro.optim" ]; meta = with lib; { description = "Library for probabilistic modeling and inference"; homepage = "http://pyro.ai"; license = licenses.asl20; maintainers = with maintainers; [ teh georgewhewell ]; }; }