gnu: debops: Update to 3.2.4.

* gnu/packages/admin.scm (debops): Update to 3.2.4.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: Ie7ed9f0c94a2f4d5486868aa988941d10e28434b
This commit is contained in:
jgart 2025-01-08 23:21:46 -06:00
parent d708746ca7
commit 7f27dc47c5
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -3133,7 +3133,7 @@ (define-public ansible
(define-public debops (define-public debops
(package (package
(name "debops") (name "debops")
(version "3.2.2") (version "3.2.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3142,10 +3142,11 @@ (define-public debops
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "03d94bzljnw65f1ra7bxsl8q2l6g8gxcy8kqhm69ib08j50qa0h6")) (base32 "0y7bmrnynbw0hz88shfv301a9fsank2cx86fvb7jx6g6kkbsa9pz"))
(patches (patches
(search-patches "debops-setup-py-avoid-git.patch")))) (search-patches "debops-setup-py-avoid-git.patch"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(native-inputs (list python-setuptools python-wheel))
(inputs (inputs
(list ansible (list ansible
encfs encfs