diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-07-04 09:00:04 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-07-04 09:00:04 +0200 |
commit | 8d61edbc2f1c0853c2c6eb5d25a21952bcd5b070 (patch) | |
tree | 785b5d07305ae091560d5cac64424bb158beedca /gnu/packages/games.scm | |
parent | 803d5891208def427f79f60c4cfbe8c6bda77607 (diff) |
gnu: burgerspace: Update to 1.9.4.
* gnu/packages/games.scm (burgerspace): Update to 1.9.4.
Diffstat (limited to 'gnu/packages/games.scm')
-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 12373f25ff..692c00985b 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -12061,14 +12061,14 @@ get high scores.") (define-public burgerspace (package (name "burgerspace") - (version "1.9.3") + (version "1.9.4") (source (origin (method url-fetch) (uri (string-append "http://perso.b2b2c.ca/~sarrazip/dev/" "burgerspace-" version ".tar.gz")) (sha256 - (base32 "1005a04rbn4lzjrpfg0m394k2mfaji63fm2qhdqdsxila8a6kjbv")))) + (base32 "1xb4immzmd419aa08lgkzf7ibxa6ax238zb2l5iw9nkgvzlh1v6l")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |