[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: burgerspace: Update to 1.9.4.
From: |
guix-commits |
Subject: |
branch master updated: gnu: burgerspace: Update to 1.9.4. |
Date: |
Sun, 04 Jul 2021 03:00:31 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 8d61edb gnu: burgerspace: Update to 1.9.4.
8d61edb is described below
commit 8d61edbc2f1c0853c2c6eb5d25a21952bcd5b070
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 4 09:00:04 2021 +0200
gnu: burgerspace: Update to 1.9.4.
* gnu/packages/games.scm (burgerspace): Update to 1.9.4.
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 12373f2..692c009 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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: burgerspace: Update to 1.9.4.,
guix-commits <=