Merge pull request #335637 from r-ryantm/auto-update/python312Packages.pyinfra

python312Packages.pyinfra: 3.0.2 -> 3.1
This commit is contained in:
OTABI Tomoya
2024-08-23 10:27:22 +09:00
committed by GitHub
@@ -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 ];