guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cloud-utils: Update to 0.32.


From: guix-commits
Subject: branch master updated: gnu: cloud-utils: Update to 0.32.
Date: Fri, 30 Oct 2020 04:47:32 -0400

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f00ccdc  gnu: cloud-utils: Update to 0.32.
f00ccdc is described below

commit f00ccdcb9b8de6e856543d150a8e387818400c58
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri Oct 30 08:44:54 2020 +0000

    gnu: cloud-utils: Update to 0.32.
    
    * gnu/packages/admin.scm (cloud-utils): Update to 0.32.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 8dcf8af..e8ef607 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -313,7 +313,7 @@ interface and is based on GNU Guile.")
 (define-public cloud-utils
   (package
     (name "cloud-utils")
-    (version "0.31")
+    (version "0.32")
     (source
      (origin
        (method url-fetch)
@@ -322,7 +322,7 @@ interface and is based on GNU Guile.")
              version "/+download/cloud-utils-" version ".tar.gz"))
        (sha256
         (base32
-         "07fl3dlqwdzw4xx7mcxhpkks6dnmaxha80zgs9f6wmibgzni8z0r"))))
+         "0xxdi55lzw7j91zfajw7jhd2ilsqj2dy04i9brlk8j3pvb5ma8hk"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags



reply via email to

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