[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";)
- branch master updated (5754b52abc -> ca3be65f5d), guix-commits, 2022/06/04
- 03/06: gnu: os-prober: Update to 1.80., guix-commits, 2022/06/04
- 04/06: gnu: Add emacs-seq., guix-commits, 2022/06/04
- 02/06: gnu: cloud-utils: Fix wrapping., guix-commits, 2022/06/04
- 05/06: gnu: Add emacs-tomelr., guix-commits, 2022/06/04
- 06/06: gnu: emacs-ox-hugo: Update to 0.12.1., guix-commits, 2022/06/04
- 01/06: gnu: cloud-utils: Update to 0.33.,
guix-commits <=