guix-commits
[Top][All Lists]
Advanced

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

03/11: gnu: hyperrogue: Don't use NAME in source URI.


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

nckx pushed a commit to branch master
in repository guix.

commit a01aea7d6614d31a1aca2d1acc127f3b2f8d37de
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 29 04:30:10 2019 +0100

    gnu: hyperrogue: Don't use NAME in source URI.
    
    * gnu/packages/games.scm (hyperrogue)[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 e64cdd7..ddf88f3 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3729,8 +3729,8 @@ throwing people around in pseudo-randomly generated 
buildings.")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "https://www.roguetemple.com/z/hyper/";
-                    name (string-join (string-split version #\.) "")
+                    "https://www.roguetemple.com/z/hyper/hyperrogue";
+                    (string-join (string-split version #\.) "")
                     "-src.tgz"))
               (sha256
                (base32



reply via email to

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