guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gnome-disk-utility: Update to 3.28.2.


From: Rutger Helling
Subject: 02/02: gnu: gnome-disk-utility: Update to 3.28.2.
Date: Sat, 12 May 2018 10:49:56 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit ecfc85dbb9188fcc2a3f42de89e783248d0133c7
Author: Rutger Helling <address@hidden>
Date:   Sat May 12 16:46:44 2018 +0200

    gnu: gnome-disk-utility: Update to 3.28.2.
    
    * gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.28.2.
---
 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 9e96884..9455ed5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -535,7 +535,7 @@ and keep up to date translations of documentation.")
 (define-public gnome-disk-utility
   (package
     (name "gnome-disk-utility")
-    (version "3.28.1")
+    (version "3.28.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -543,7 +543,7 @@ and keep up to date translations of documentation.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "09dmknfas8iifv6k5jb4a9ag57s8awrn0f26fd1qlg0mbfjlnfd6"))))
+                "1j3l4b1prbnixzy6srvcsjfg1dx5nqys2lmygm31ygfdq7svp3m6"))))
     (build-system meson-build-system)
     (native-inputs
      `(("glib:bin" ,glib "bin")



reply via email to

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