guix-commits
[Top][All Lists]
Advanced

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

11/11: gnu: hyperrogue: Don't use NAME in hyperrogue-data.


From: guix-commits
Subject: 11/11: gnu: hyperrogue: Don't use NAME in hyperrogue-data.
Date: Thu, 28 Mar 2019 23:08:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 07de94d6a4c7f9845b5f90beea37031a8334a7b8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 29 04:07:18 2019 +0100

    gnu: hyperrogue: Don't use NAME in hyperrogue-data.
    
    * gnu/packages/games.scm (hyperrogue)[native-inputs]: Hard code NAME in
    hyperrogue-data source URI.
---
 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 1c0b1da..cba6c3f 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3806,7 +3806,7 @@ throwing people around in pseudo-randomly generated 
buildings.")
            (method url-fetch)
            (uri
             (string-append
-             "https://www.roguetemple.com/z/hyper/"; name
+             "https://www.roguetemple.com/z/hyper/hyperrogue";
              (string-join (string-split version #\.) "")
              "-win.zip"))
            (sha256



reply via email to

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