guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: pipewalker: Update source URI.


From: guix-commits
Subject: 04/07: gnu: pipewalker: Update source URI.
Date: Mon, 9 Nov 2020 04:36:59 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 919100ef095f222f96bae7cb0aa1affec214da3e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Nov 9 11:18:03 2020 +0200

    gnu: pipewalker: Update source URI.
    
    * gnu/packages/games.scm (pipewalker)[source]: Update source URI.
---
 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 eb29f2a..d63d8d0 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1868,8 +1868,8 @@ role, and your gender.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "http://downloads.sourceforge.net/pipewalker/";
-                           "pipewalker-" version ".tar.gz"))
+       (uri (string-append "mirror://sourceforge/pipewalker/pipewalker/"
+                           version "/pipewalker-" version ".tar.gz"))
        (sha256
         (base32 "1x46wgk0s55562pd96cxagxkn6wpgglq779f9b64ff1k3xzp3myn"))))
     (build-system gnu-build-system)



reply via email to

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