summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2026-01-04 09:39:00 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2026-01-04 09:53:26 +0300
commit3b058b76e2580e720cd10dcac720f327e5e436a5 (patch)
tree58aaa8784a03900850e4331498848f877aa17d61 /gnu
parente9fcb744f99e7808cbcecf4c9d261413922b6759 (diff)
gnu: debops: Update to 3.2.5.
* gnu/packages/admin.scm (debops): Update to 3.2.5. [inputs]: Add bash-minimal. Change-Id: I2cc6700c3a9424f22da902a32829f9f51ceffffa
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/admin.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 7c4311f239e..b4d9d1e7c34 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3414,7 +3414,7 @@ modules and plugins that extend Ansible.")
3414(define-public debops 3414(define-public debops
3415 (package 3415 (package
3416 (name "debops") 3416 (name "debops")
3417 (version "3.2.4") 3417 (version "3.2.5")
3418 (source 3418 (source
3419 (origin 3419 (origin
3420 (method git-fetch) 3420 (method git-fetch)
@@ -3423,13 +3423,14 @@ modules and plugins that extend Ansible.")
3423 (commit (string-append "v" version)))) 3423 (commit (string-append "v" version))))
3424 (file-name (git-file-name name version)) 3424 (file-name (git-file-name name version))
3425 (sha256 3425 (sha256
3426 (base32 "0y7bmrnynbw0hz88shfv301a9fsank2cx86fvb7jx6g6kkbsa9pz")) 3426 (base32 "15wfhha2b315i15l40j3sylyvs3mdrfw5awzq4cix51l5jppx8z5"))
3427 (patches 3427 (patches
3428 (search-patches "debops-setup-py-avoid-git.patch")))) 3428 (search-patches "debops-setup-py-avoid-git.patch"))))
3429 (build-system pyproject-build-system) 3429 (build-system pyproject-build-system)
3430 (native-inputs (list python-setuptools)) 3430 (native-inputs (list python-setuptools))
3431 (inputs 3431 (inputs
3432 (list ansible 3432 (list ansible
3433 bash-minimal
3433 encfs 3434 encfs
3434 fuse-2 3435 fuse-2
3435 util-linux ;; for umount 3436 util-linux ;; for umount