guix-commits
[Top][All Lists]
Advanced

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

23/117: gnu: gnome-disk-utility: Update to 40.0.


From: guix-commits
Subject: 23/117: gnu: gnome-disk-utility: Update to 40.0.
Date: Tue, 23 Mar 2021 19:25:39 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit d6730bbec40f55e4d36f55e12ba0e6f9f9c43aab
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:33:09 2021 +0100

    gnu: gnome-disk-utility: Update to 40.0.
    
    * gnu/packages/gnome.scm (gnome-disk-utility): Update to 40.0.
---
 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 9cfcf2f..32ebf1c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2248,15 +2248,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.0")
     (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"))))
+                "15s8xy3adxjw09ynz0kdffq12gkhcznfx7cxzyq6r7rw8ps7574z"))))
     (build-system meson-build-system)
     (arguments
      '(#:configure-flags '("-Dlogind=libelogind")



reply via email to

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