pyinfra: 2.5.2 -> 2.5.3

This commit is contained in:
R. Ryantm 2022-11-10 09:08:31 +00:00 committed by Bobby Rong
parent 48cb66d5bd
commit aa50787479

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pyinfra";
version = "2.5.2";
version = "2.5.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "Fizzadar";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-35qM6u3I8yH1E8mrlaeFjhliOVTkMXH13b8S6e9ROig=";
hash = "sha256-1buLaBhhmc4FnROr5M+bqSlsbkfjl58a1/4qWBXE97Y=";
};
propagatedBuildInputs = [