lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #186688 from r-ryantm/auto-update/pyinfra

pyinfra: 2.3 -> 2.4

authored by

Robert Scott and committed by
GitHub
989b7550 f86f1978

+2 -2
+2 -2
pkgs/development/python-modules/pyinfra/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "pyinfra"; 21 - version = "2.3"; 21 + version = "2.4"; 22 22 format = "setuptools"; 23 23 24 24 disabled = pythonOlder "3.7"; ··· 27 27 owner = "Fizzadar"; 28 28 repo = pname; 29 29 rev = "refs/tags/v${version}"; 30 - hash = "sha256-aKEbmvxsWOJU4DWkEWxezVqXwaUofMzEphB/Hj1XqHU="; 30 + hash = "sha256-nWH4o6NqyqkZg/HxF6NesnA6ijWo+B94BeohSsP60TY="; 31 31 }; 32 32 33 33 propagatedBuildInputs = [