mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
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:
parent
d708746ca7
commit
7f27dc47c5
1 changed files with 3 additions and 2 deletions
|
@ -3133,7 +3133,7 @@ (define-public ansible
|
|||
(define-public debops
|
||||
(package
|
||||
(name "debops")
|
||||
(version "3.2.2")
|
||||
(version "3.2.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3142,10 +3142,11 @@ (define-public debops
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "03d94bzljnw65f1ra7bxsl8q2l6g8gxcy8kqhm69ib08j50qa0h6"))
|
||||
(base32 "0y7bmrnynbw0hz88shfv301a9fsank2cx86fvb7jx6g6kkbsa9pz"))
|
||||
(patches
|
||||
(search-patches "debops-setup-py-avoid-git.patch"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(inputs
|
||||
(list ansible
|
||||
encfs
|
||||
|
|
Loading…
Reference in a new issue