diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-06-18 23:35:47 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-06-18 23:56:35 +0200 |
commit | 31a56f7d683208eb5c5199646f5cce5ab2657ae7 (patch) | |
tree | 94a6cceaa54d35f68c979880c8a8b41bd1486583 | |
parent | b69d1c568c3f868b244884da5d33453f53ab9387 (diff) | |
download | guix-31a56f7d683208eb5c5199646f5cce5ab2657ae7.tar guix-31a56f7d683208eb5c5199646f5cce5ab2657ae7.tar.gz |
gnu: burgerspace: Update to 1.10.0.
* gnu/packages/games.scm (burgerspace): Update to 1.10.0.
Change-Id: I147bbbc261209c55d8638cbf0e66c59b6bf3f9c1
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 59b169171c..ea4b5831b1 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -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)) |