mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-sge-pygame: Update source URL.
* gnu/packages/game-development.scm (python-sge-pygame)[source]: Update URL.
This commit is contained in:
parent
9ccce79910
commit
7f65202990
1 changed files with 4 additions and 1 deletions
|
@ -280,7 +280,10 @@ (define-public python-sge-pygame
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue