gnu: pioneer: Update to 20180203.

* gnu/packages/games.scm (pioneer): Update to 20180203.
[source]: Use git-fetch method to avoid github tarball.
This commit is contained in:
Eric Bavier 2018-04-12 22:03:51 -05:00
parent 306d8630dc
commit 6a03ccf4a1
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 7 additions and 6 deletions

View File

@ -4607,15 +4607,16 @@ elements to achieve a simple goal in the most complex way possible.")
(define-public pioneer (define-public pioneer
(package (package
(name "pioneer") (name "pioneer")
(version "20171001") (version "20180203")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/pioneerspacesim/pioneer/" (uri (git-reference
"archive/" version ".tar.gz")) (url "https://github.com/pioneerspacesim/pioneer.git")
(file-name (string-append name "-" version ".tar.gz")) (commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1nxhx22swfqq6lfvcnpfm31wig3sjv5pp0rslj79nbxc7nyihh8m")))) "0hp2mf36kj2v93hka8m8lxw2qhmnjc62wjlpw7c7ix0r8xa01i6h"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)