diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-29 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-29 02:00:09 +0200 |
commit | 0e5e26dc71212147cac1250be0ee61f57d2ed3ab (patch) | |
tree | 6a9c8400751d6296a432dcc58f2eb7d2e89301a3 /gnu/packages | |
parent | 5754b52abccbb25f29fc02b4308618f11bd6a167 (diff) | |
download | guix-0e5e26dc71212147cac1250be0ee61f57d2ed3ab.tar.gz guix-0e5e26dc71212147cac1250be0ee61f57d2ed3ab.zip |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/admin.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 92ee007729..f30509a0ff 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -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") |