guix-commits
[Top][All Lists]
Advanced

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

78/107: gnu: gnome-disk-utility: Update to 3.36.1.


From: guix-commits
Subject: 78/107: gnu: gnome-disk-utility: Update to 3.36.1.
Date: Tue, 12 May 2020 10:53:30 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit f1edc31fb3905df4aa82f9ece434f7c6920cf87e
Author: Kei Kebreau <address@hidden>
AuthorDate: Tue Apr 21 16:44:18 2020 -0400

    gnu: gnome-disk-utility: Update to 3.36.1.
    
    * gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.36.1.
    [home-page]: Update URL.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index da5d2a6..32bd793 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1346,7 +1346,7 @@ and keep up to date translations of documentation.")
 (define-public gnome-disk-utility
   (package
     (name "gnome-disk-utility")
-    (version "3.34.0")
+    (version "3.36.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1354,7 +1354,7 @@ and keep up to date translations of documentation.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1mb7q90lnlp97dhxhnadhjagcfd12dfqzp0vj9h6b1r61pzhy97y"))))
+                "055l29z99f4ybgf2plz3biz1bwhlpsjpr0zk3aa6vg5w67r1h6vr"))))
     (build-system meson-build-system)
     (arguments
      '(#:configure-flags '("-Dlogind=libelogind")
@@ -1386,7 +1386,7 @@ and keep up to date translations of documentation.")
        ("libpwquality" ,libpwquality)
        ("libsecret" ,libsecret)
        ("udisks" ,udisks)))
-    (home-page "https://git.gnome.org/browse/gnome-disk-utility";)
+    (home-page "https://wiki.gnome.org/Apps/Disks";)
     (synopsis "Disk management utility for GNOME")
     (description "Disk management utility for GNOME.")
     (license license:gpl2+)))



reply via email to

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