guix-commits
[Top][All Lists]
Advanced

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

24/25: gnu: gnome-disk-utility: Update to 3.24.1.


From: Marius Bakke
Subject: 24/25: gnu: gnome-disk-utility: Update to 3.24.1.
Date: Wed, 24 May 2017 18:55:21 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 62963f568e0d4f14a40ca8eae760454cdee57bad
Author: Marius Bakke <address@hidden>
Date:   Wed May 24 19:34:06 2017 +0200

    gnu: gnome-disk-utility: Update to 3.24.1.
    
    * gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.24.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 8cf7a79..19403d5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -340,7 +340,7 @@ and keep up to date translations of documentation.")
 (define-public gnome-disk-utility
   (package
     (name "gnome-disk-utility")
-    (version "3.22.1")
+    (version "3.24.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -348,7 +348,7 @@ and keep up to date translations of documentation.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1hqynlcgwm72il2rdml98gcarz0alsgxs5xf6ww2x0czaj3s3953"))))
+                "18akarcbhm8djlmz49jzavc7qx8dg71gvxc9xd23p0bwjj4h93w7"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("glib:bin" ,glib "bin")



reply via email to

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