guix-commits
[Top][All Lists]
Advanced

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

11/20: gnu: gnome-disk-utility: Update to 40.2.


From: guix-commits
Subject: 11/20: gnu: gnome-disk-utility: Update to 40.2.
Date: Fri, 24 Sep 2021 11:59:52 -0400 (EDT)

mothacehe pushed a commit to branch wip-gnome40
in repository guix.

commit 0986926f8e350513179eab5487fc28307e359e85
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Sep 22 18:32:41 2021 +0000

    gnu: gnome-disk-utility: Update to 40.2.
    
    * gnu/packages/gnome.scm (gnome-disk-utility): Update to 40.2.
    [source]: Fix the URI.
    [inputs]: Add libhandy.
---
 gnu/packages/gnome.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index dc913d5..c51231f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2281,15 +2281,15 @@ and keep up to date translations of documentation.")
 (define-public gnome-disk-utility
   (package
     (name "gnome-disk-utility")
-    (version "3.34.0")
+    (version "40.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
-                                  (version-major+minor version) "/"
+                                  (version-major version) "/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1mb7q90lnlp97dhxhnadhjagcfd12dfqzp0vj9h6b1r61pzhy97y"))))
+                "1rr1ypb89p51b6428yqvczmpmylwjfnhnkgx78hzm3vxm3m15lff"))))
     (build-system meson-build-system)
     (arguments
      '(#:configure-flags '("-Dlogind=libelogind")
@@ -2317,6 +2317,7 @@ and keep up to date translations of documentation.")
        ("gtk+" ,gtk+)
        ("libcanberra" ,libcanberra)
        ("libdvdread" ,libdvdread)
+       ("libhandy" ,libhandy)
        ("libnotify" ,libnotify)
        ("libpwquality" ,libpwquality)
        ("libsecret" ,libsecret)



reply via email to

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