me
/
guix
Archived
1
0
Fork 0

gnu: burgerspace: Update to 1.10.0.

* gnu/packages/games.scm (burgerspace): Update to 1.10.0.

Change-Id: I147bbbc261209c55d8638cbf0e66c59b6bf3f9c1
master
Nicolas Goaziou 2024-06-18 23:35:47 +02:00
parent b69d1c568c
commit 31a56f7d68
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -10766,14 +10766,14 @@ get high scores.")
(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))