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
This commit is contained in:
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

View file

@ -10766,14 +10766,14 @@ get high scores.")
(define-public burgerspace (define-public burgerspace
(package (package
(name "burgerspace") (name "burgerspace")
(version "1.9.5") (version "1.10.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://perso.b2b2c.ca/~sarrazip/dev/" (uri (string-append "http://perso.b2b2c.ca/~sarrazip/dev/"
"burgerspace-" version ".tar.gz")) "burgerspace-" version ".tar.gz"))
(sha256 (sha256
(base32 "1r2albqv2ygs58rwcldsx1mp2vy96j7k4yw5jjmvwgnxjmddq7wr")))) (base32 "18ydm3014y9vhma0ml7z66xa7ihiz3xr8izicfdd3xl9f4535f6c"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))