diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-01-04 09:39:00 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-01-04 09:53:26 +0300 |
| commit | 3b058b76e2580e720cd10dcac720f327e5e436a5 (patch) | |
| tree | 58aaa8784a03900850e4331498848f877aa17d61 | |
| parent | e9fcb744f99e7808cbcecf4c9d261413922b6759 (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
| -rw-r--r-- | gnu/packages/admin.scm | 5 |
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.") (define-public debops (package (name "debops") - (version "3.2.4") + (version "3.2.5") (source (origin (method git-fetch) @@ -3423,13 +3423,14 @@ modules and plugins that extend Ansible.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0y7bmrnynbw0hz88shfv301a9fsank2cx86fvb7jx6g6kkbsa9pz")) + (base32 "15wfhha2b315i15l40j3sylyvs3mdrfw5awzq4cix51l5jppx8z5")) (patches (search-patches "debops-setup-py-avoid-git.patch")))) (build-system pyproject-build-system) (native-inputs (list python-setuptools)) (inputs (list ansible + bash-minimal encfs fuse-2 util-linux ;; for umount |
