guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: cloud-utils: Update to 0.33.


From: guix-commits
Subject: 01/06: gnu: cloud-utils: Update to 0.33.
Date: Sat, 4 Jun 2022 16:45:03 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0e5e26dc71212147cac1250be0ee61f57d2ed3ab
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 29 02:00:01 2022 +0200

    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.
---
 gnu/packages/admin.scm | 5 ++---
 1 file 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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]