gnu: pioneer: Update to 20210723.
* gnu/packages/games.scm (pioneer): Update to 20210723. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
ca23fd62f1
commit
3e9d717e54
1 changed files with 2 additions and 2 deletions
|
|
@ -7197,7 +7197,7 @@ 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 "20210203")
|
(version "20210723")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
|
@ -7206,7 +7206,7 @@ elements to achieve a simple goal in the most complex way possible.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zyi1xyghj99hz8fa6dywpscj6flp04fspnlgxbivf3rgmnxflg7"))))
|
"1hj99jxb9n3r0bkq87p1c24862xa1xyzjyfdyyx88ckszxb05qf3"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
|
||||||
Reference in a new issue