Merge pull request #180162 from totoroot/update/pyinfra-2.2

pyinfra: 2.1 -> 2.2
This commit is contained in:
Sandro 2022-07-11 16:16:48 +02:00 committed by GitHub
commit efe7ce3f6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pyinfra";
version = "2.1";
version = "2.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "Fizzadar";
repo = pname;
rev = "v${version}";
hash = "sha256-frjPxSATvXgeACT4kThoiPu04Ez8bs8FIPdf5PVuiSg=";
hash = "sha256-G0ApoSBs8RRq/sKxyyCB7uCIFNccDMMCqPMIAHuJLCI=";
};
propagatedBuildInputs = [