guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: pipewalker: Don't use NAME in source URI.


From: guix-commits
Subject: 05/07: gnu: pipewalker: Don't use NAME in source URI.
Date: Thu, 28 Mar 2019 18:56:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 96848ecc16589282681208c56fcb4e5d077ced52
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 29 00:47:55 2019 +0100

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

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 7f23711..7ca223a 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -999,10 +999,9 @@ role, and your gender.")
      (origin
        (method url-fetch)
        (uri (string-append "http://downloads.sourceforge.net/pipewalker/";
-                           name "-" version ".tar.gz"))
+                           "pipewalker-" version ".tar.gz"))
        (sha256
-        (base32
-         "1x46wgk0s55562pd96cxagxkn6wpgglq779f9b64ff1k3xzp3myn"))))
+        (base32 "1x46wgk0s55562pd96cxagxkn6wpgglq779f9b64ff1k3xzp3myn"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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