guix-commits
[Top][All Lists]
Advanced

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

42/117: gnu: gnome-sudoku: Update to 40.0.


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

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

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

    gnu: gnome-sudoku: Update to 40.0.
    
    * gnu/packages/gnome.scm (gnome-sudoku): 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 e4c45b3..216473f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4985,16 +4985,16 @@ once.")
 (define-public gnome-sudoku
   (package
     (name "gnome-sudoku")
-    (version "3.34.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
-         "025y85r4qqardivvwiwhbmgarziykdy224m8zlrq8b79zv82793b"))))
+         "0byz0f8lylf5cy8hvb3203vbd1k0ljjbm8nv549m125z9nn5j66r"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t



reply via email to

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