me
/
guix
Archived
1
0
Fork 0

gnu: cloud-utils: Update to 0.33.

* gnu/packages/admin.scm (cloud-utils): Update to 0.33.
[arguments]: Don't explicitly return #t from phases.
master
Tobias Geerinckx-Rice 2022-05-29 02:00:01 +02:00
parent 5754b52abc
commit 0e5e26dc71
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -407,7 +407,7 @@ inspired by @command{vi}.")
(define-public cloud-utils
(package
(name "cloud-utils")
(version "0.32")
(version "0.33")
(source
(origin
(method url-fetch)
@ -434,8 +434,7 @@ inspired by @command{vi}.")
"/bin/growpart")))
(wrap-program growpart
`("PATH" ":" prefix (,(dirname (which "sfdisk"))
,(dirname (which "readlink"))))))
#t)))))
,(dirname (which "readlink")))))))))))
(inputs
(list python util-linux)) ; contains sfdisk for growpart
(home-page "https://launchpad.net/cloud-utils")