guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: talkfilters: Don't use NAME in source URI.


From: guix-commits
Subject: 03/09: gnu: talkfilters: Don't use NAME in source URI.
Date: Sat, 14 Mar 2020 17:03:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 189c0b33ba47f42d96d68822c5a277cfc47d1e76
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 14 21:22:32 2020 +0100

    gnu: talkfilters: Don't use NAME in source URI.
    
    * gnu/packages/games.scm (talkfilters)[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 df1b31d..44f59d7 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1688,8 +1688,8 @@ level's exit.  The game is presented in a 2D side view.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "http://www.hyperrealm.com/"; name "/"
-                           name  "-" version  ".tar.gz"))
+       (uri (string-append "http://www.hyperrealm.com/talkfilters/";
+                           "talkfilters-" version  ".tar.gz"))
        (sha256
         (base32 "19nc5vq4bnkjvhk8srqddzhcs93jyvpm9r6lzjzwc1mgf08yg0a6"))))
     (build-system gnu-build-system)



reply via email to

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