~ruther/guix-local

7f652029908f23d85629e2932cc70585ba3e8a1b — Kei Kebreau 8 years ago 9ccce79
gnu: python-sge-pygame: Update source URL.

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

M gnu/packages/game-development.scm
M gnu/packages/game-development.scm => gnu/packages/game-development.scm +4 -1
@@ 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"))))