mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: burgerspace: Update to 1.10.0.
* gnu/packages/games.scm (burgerspace): Update to 1.10.0. Change-Id: I147bbbc261209c55d8638cbf0e66c59b6bf3f9c1
This commit is contained in:
parent
b69d1c568c
commit
31a56f7d68
1 changed files with 2 additions and 2 deletions
|
@ -10766,14 +10766,14 @@ (define-public barrage
|
|||
(define-public burgerspace
|
||||
(package
|
||||
(name "burgerspace")
|
||||
(version "1.9.5")
|
||||
(version "1.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://perso.b2b2c.ca/~sarrazip/dev/"
|
||||
"burgerspace-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1r2albqv2ygs58rwcldsx1mp2vy96j7k4yw5jjmvwgnxjmddq7wr"))))
|
||||
(base32 "18ydm3014y9vhma0ml7z66xa7ihiz3xr8izicfdd3xl9f4535f6c"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
|
|
Loading…
Reference in a new issue