pyinfra: 2.6 -> 2.6.1

This commit is contained in:
Matthias Thym 2023-01-02 14:20:07 +01:00
parent 9cf14ec94a
commit 2ee3ad53b2

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pyinfra";
version = "2.6";
version = "2.6.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "Fizzadar";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-SNeucJvjnwQ0o+gukXwEKybBaW01hPtYXCFcPeOuXA8=";
hash = "sha256-TpO91YVWswcdpV4z9jkxBELwsIIGvlpL3URQTjAAkUs=";
};
propagatedBuildInputs = [
@ -63,7 +63,8 @@ buildPythonPackage rec {
pyinfra automates/provisions/manages/deploys infrastructure. It can be used for
ad-hoc command execution, service deployment, configuration management and more.
'';
homepage = "https://github.com/Fizzadar/pyinfra";
homepage = "https://pyinfra.com";
downloadPage = "https://pyinfra.com/Fizzadar/pyinfra/releases";
changelog = "https://github.com/Fizzadar/pyinfra/blob/v${version}/CHANGELOG.md";
maintainers = with maintainers; [ totoroot ];
license = licenses.mit;