guix-commits
[Top][All Lists]
Advanced

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

84/113: gnu: gnome-dictionary: Update to 40.0.


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

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

commit 140aab2be743f271f0e9a791e79f93da2efd6bec
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:51:30 2021 +0100

    gnu: gnome-dictionary: Update to 40.0.
    
    * gnu/packages/gnome.scm (gnome-dictionary): 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 023024d..34dadf6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9472,15 +9472,15 @@ fit the GNOME desktop.")
 (define-public gnome-dictionary
   (package
     (name "gnome-dictionary")
-    (version "3.26.1")
+    (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
-                "007k2bq8iplg4psdpz074r5d4zxvn4s95qym4rw9hs6giljbrf0n"))))
+                "1d8dhcfys788vv27v34i3s3x3jdvdi2kqn2a5p8c937a9hm0qr9f"))))
     (build-system meson-build-system)
     (arguments '(#:glib-or-gtk? #t
                  #:phases (modify-phases %standard-phases



reply via email to

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