lilyp pushed a commit to branch gnome-team
in repository guix.

commit 7a166aa7d3897e0d2053b637d6437175172b441d
Author: Vivien Kraus <[email protected]>
AuthorDate: Sat Feb 15 17:26:37 2025 +0100

    gnu: gnome-chess: Fix source URI.
    
    * gnu/packages/games.scm (gnome-chess): Update the source URI.
    
    Change-Id: I1fb791e5b03e0841269e03634c7d31f9a4314d67
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/games.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 2865bb1851..108c155cd3 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2296,7 +2296,7 @@ in one tile.")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-chess/"
-                                  (version-major+minor version)  "/"
+                                  (version-major version)  "/"
                                   "gnome-chess-" version ".tar.xz"))
               (sha256
                (base32

Reply via email to