nckx pushed a commit to branch master
in repository guix.

commit 4ef3490d443ed4a2af8a002a65a26f7259268825
Author: Tobias Geerinckx-Rice <[email protected]>
Date:   Mon Jul 2 00:49:37 2018 +0200

    gnu: bambam: Update to 0.6.
    
    * gnu/packages/games.scm (bambam): Update to 0.6.
---
 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 41c4396..1559f31 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3199,7 +3199,7 @@ programmers may also add their own favorite language.")
 (define-public bambam
   (package
     (name "bambam")
-    (version "0.5")
+    (version "0.6")
     (source
       (origin
         (method url-fetch)
@@ -3208,7 +3208,7 @@ programmers may also add their own favorite language.")
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "10w110mjdwbvddzihh9rganvvjr5jfiz8cs9n7w12zndwwcc3ria"))))
+          "05jwhk30pi1iwkfwy707w73c8jgbizqjpgi7y0jhsrx56pxl6mds"))))
     (build-system python-build-system)
     (arguments
      `(#:python ,python-2

Reply via email to