gnu: bambam: Don't use unstable tarball.

* gnu/packages/games.scm (bambam)[source]: Use GIT-FETCH.
master
Tobias Geerinckx-Rice 2018-07-02 00:51:54 +02:00
parent a62764bdbb
commit 63e708f468
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 5 deletions

View File

@ -3202,13 +3202,14 @@ programmers may also add their own favorite language.")
(version "0.6") (version "0.6")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/porridge/bambam/archive/" (uri (git-reference
version ".tar.gz")) (url "https://github.com/porridge/bambam")
(file-name (string-append name "-" version ".tar.gz")) (commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"05jwhk30pi1iwkfwy707w73c8jgbizqjpgi7y0jhsrx56pxl6mds")))) "08hcd0gzia3pz7fzk4pqc5kbq1074j4q0jcmbpgvr7n623nj2xa5"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:python ,python-2 `(#:python ,python-2