kkebreau pushed a commit to branch master
in repository guix.

commit 7f652029908f23d85629e2932cc70585ba3e8a1b
Author: Kei Kebreau <[email protected]>
Date:   Thu Oct 19 18:00:42 2017 -0400

    gnu: python-sge-pygame: Update source URL.
    
    * gnu/packages/game-development.scm (python-sge-pygame)[source]: Update URL.
---
 gnu/packages/game-development.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 9916a1c..37a30c8 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -280,7 +280,10 @@ files) into @file{.grf} and/or @file{.nfo} files.")
     (source
      (origin
        (method url-fetch)
-       (uri (pypi-uri "sge-pygame" version))
+       (uri (string-append "mirror://savannah/stellarengine/"
+                           (version-major+minor version) "/sge-pygame-"
+                           version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
          "1rl3xjzh78sl0sq3xl8rl7cgp9v9v3h7s2pfwn7nj1vrmffzkcpd"))))

Reply via email to