guix-commits
[Top][All Lists]
Advanced

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

33/62: gnu: gnome-disk-utility: Update to 3.32.1.


From: guix-commits
Subject: 33/62: gnu: gnome-disk-utility: Update to 3.32.1.
Date: Sat, 7 Dec 2019 14:04:55 -0500 (EST)

kkebreau pushed a commit to branch master
in repository guix.

commit e106d0a644d4ae5edc6817c6903ba1d43e2681d2
Author: Kei Kebreau <address@hidden>
Date:   Wed Jul 24 21:55:43 2019 -0400

    gnu: gnome-disk-utility: Update to 3.32.1.
    
    * gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.32.1.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c53817d..aa88e94 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -577,7 +577,7 @@ and keep up to date translations of documentation.")
 (define-public gnome-disk-utility
   (package
     (name "gnome-disk-utility")
-    (version "3.30.2")
+    (version "3.32.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -585,7 +585,7 @@ and keep up to date translations of documentation.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1365fabz3q7n3bl775z82m1nzg18birxxyd7l2ssbbkqrx3h7wgi"))))
+                "08vwbji9m1nhjjdiyhhaqi8cncys7i89b4bpy095f8475v8y05bg"))))
     (build-system meson-build-system)
     (arguments
      '(#:phases



reply via email to

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