guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-xsge: Fix source URL.


From: Kei Kebreau
Subject: 01/01: gnu: python-xsge: Fix source URL.
Date: Tue, 27 Jun 2017 20:29:22 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit 795f3a008804cf6d81f620d82dc4e6cdcdf625a8
Author: Kei Kebreau <address@hidden>
Date:   Tue Jun 27 20:28:06 2017 -0400

    gnu: python-xsge: Fix source URL.
    
    * gnu/packages/game-development.scm (python-xsge)[source]: Fix URL.
---
 gnu/packages/game-development.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index b8b110c..67f6c55 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -342,7 +342,7 @@ levels.")
     (version "2017.06.09")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://savannah/xsge/xsge-"
+              (uri (string-append "mirror://savannah/xsge/xsge/xsge-"
                                   version ".tar.gz"))
               (sha256
                (base32



reply via email to

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