Fabric: 3.2.2 -> 3.2.3 (#507293)

This commit is contained in:
kirillrdy
2026-05-30 21:38:40 +00:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -41,6 +41,7 @@ python.pkgs.buildPythonApplication (finalAttrs: {
pythonRelaxDeps = [
"botocore"
"colorama"
"fabric"
"pathspec"
"packaging"
"PyYAML"
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "fabric";
version = "3.2.2";
version = "3.2.3";
pyproject = true;
src = fetchFromGitHub {
owner = "fabric";
repo = "fabric";
tag = version;
hash = "sha256-7qC2UuI0RP5xlKIYSz1sLyK/nQYegXOou1mlJYFk7M0=";
hash = "sha256-GbZQ6rFKQyJZXYfe9b4j6yjKgAB0ct8AD1xYG0yGZl8=";
};
build-system = [ setuptools ];