guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: fizmo: Don't use NAME in source URI.


From: guix-commits
Subject: 02/04: gnu: fizmo: Don't use NAME in source URI.
Date: Thu, 28 Mar 2019 19:44:27 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 071782762a34a0714a66b935406ffa879b9836dc
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 29 01:22:49 2019 +0100

    gnu: fizmo: Don't use NAME in source URI.
    
    * gnu/packages/games.scm (fizmo)[source]: Hard-code NAME.
---
 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 6e2f9c1..5a40ae3 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1980,7 +1980,7 @@ reference interpreter, using the Glk API.")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://fizmo.spellbreaker.org/source/";
-                                  name "-" version ".tar.gz"))
+                                  "fizmo-" version ".tar.gz"))
               (sha256
                (base32
                 "1amyc4n41jf08kxmdgkk30bzzx54miaxa97w28f417qwn8lrl98w"))))



reply via email to

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