guix-commits
[Top][All Lists]
Advanced

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

05/25: gnu: gnome-chess: Don't use NAME in source URI.


From: guix-commits
Subject: 05/25: gnu: gnome-chess: Don't use NAME in source URI.
Date: Sat, 13 Jun 2020 18:49:28 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0c716128d3efc46bbb2dc757dc3d058c9bd62a59
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 13 17:25:55 2020 +0200

    gnu: gnome-chess: Don't use NAME in source URI.
    
    * gnu/packages/games.scm (gnome-chess)[source]: Hard-code NAME.
---
 gnu/packages/games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index ddfff4d..ed1333d 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1161,9 +1161,9 @@ destroying an ancient book using a special wand.")
     (version "3.36.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://gnome/sources/" name "/"
+              (uri (string-append "mirror://gnome/sources/gnome-chess/"
                                   (version-major+minor version)  "/"
-                                  name "-" version ".tar.xz"))
+                                  "gnome-chess-" version ".tar.xz"))
               (sha256
                (base32
                 "1a9fgi749gy1f60vbcyrqqkab9vqs42hji70q73k1xx8rv0agmg0"))))



reply via email to

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