gnu: burgerspace: Update to 1.9.5.

* gnu/packages/games.scm (burgerspace): Update to 1.9.5.
This commit is contained in:
Nicolas Goaziou 2022-11-24 23:36:03 +01:00
parent fa5701964d
commit d858714ffc
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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