guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/12: gnu: bambam: Update to 1.2.1.


From: guix-commits
Subject: 07/12: gnu: bambam: Update to 1.2.1.
Date: Mon, 3 Apr 2023 07:11:22 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 420067868c9e6a904a7128b15ab2a9954338e2a4
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Apr 1 17:28:01 2023 +0800

    gnu: bambam: Update to 1.2.1.
    
    * gnu/packages/games.scm (bambam): Update to 1.2.1.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 aecb04fcbf..debd9b5d30 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5800,7 +5800,7 @@ programmers may also add their own favorite language.")
 (define-public bambam
   (package
     (name "bambam")
-    (version "1.0.0")
+    (version "1.2.1")
     (source
       (origin
         (method git-fetch)
@@ -5809,7 +5809,7 @@ programmers may also add their own favorite language.")
               (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "18cwd1wpyyx8y61cags9bkdhx9x858xicc4y1c9c2s0xjmgzhl3i"))))
+         (base32 "148cqahklqd4m88j5z1xf3fh4vha41f31wian11hkas106mbsya9"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]