guix-commits
[Top][All Lists]
Advanced

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

24/113: gnu: gnome-disk-utility: Update to 40.0.


From: guix-commits
Subject: 24/113: gnu: gnome-disk-utility: Update to 40.0.
Date: Wed, 24 Mar 2021 19:23:32 -0400 (EDT)

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

commit bb06fe7a4cdabc8f0589c1b88f3ba3afe3320f64
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 39a0d6a..39f3b95 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2249,15 +2249,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]