mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: burgerspace: Update to 1.9.4.
* gnu/packages/games.scm (burgerspace): Update to 1.9.4.
This commit is contained in:
parent
803d589120
commit
8d61edbc2f
1 changed files with 2 additions and 2 deletions
|
@ -12061,14 +12061,14 @@ (define-public barrage
|
|||
(define-public burgerspace
|
||||
(package
|
||||
(name "burgerspace")
|
||||
(version "1.9.3")
|
||||
(version "1.9.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://perso.b2b2c.ca/~sarrazip/dev/"
|
||||
"burgerspace-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1005a04rbn4lzjrpfg0m394k2mfaji63fm2qhdqdsxila8a6kjbv"))))
|
||||
(base32 "1xb4immzmd419aa08lgkzf7ibxa6ax238zb2l5iw9nkgvzlh1v6l"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue