python3Packages.pyinfra: 3.6 -> 3.6.1

This commit is contained in:
R. Ryantm
2026-02-03 00:36:59 +00:00
parent ad6fd4c327
commit 576b1e910f
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "pyinfra";
version = "3.6";
version = "3.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Fizzadar";
repo = "pyinfra";
tag = "v${version}";
hash = "sha256-CTeGn9aN5voyCUL5LuTErLgTgC1Z/qTS7SB9TNfq7mc=";
hash = "sha256-SB/V5pV10pBaYyYTp/Ty3J+/NX9oT3u++ZWELCk1qkc=";
};
patches = [