pyinfra: 2.4 -> 2.5.1

This commit is contained in:
R. Ryantm 2022-10-25 03:45:31 +00:00 committed by Bjørn Forsman
parent c9dc68ef7e
commit 13c8b5b38e

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pyinfra";
version = "2.4";
version = "2.5.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "Fizzadar";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-nWH4o6NqyqkZg/HxF6NesnA6ijWo+B94BeohSsP60TY=";
hash = "sha256-cN7nyjdnU/ls3HNhC2m1sunRrmZFT5pFZr+kEBcwHkU=";
};
propagatedBuildInputs = [