python312Packages.pyinfra: 3.0.2 -> 3.1

This commit is contained in:
R. Ryantm
2024-08-18 16:32:05 +00:00
parent 625941e1a9
commit eca81c39b5
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "pyinfra";
version = "3.0.2";
version = "3.1";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "Fizzadar";
repo = "pyinfra";
rev = "refs/tags/v${version}";
hash = "sha256-Pjmh/aPsMIwGv5Agf+UGm1T3jv8i9jJQ7SEGc3vDxZg=";
hash = "sha256-uTGJX92AIaMLLLq0XPpfIhL9kFPR+aJgMxxoKYJf0PM=";
};
build-system = [ setuptools ];