all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62588] [PATCH] gnu: bambam: Update to 1.2.1.
@ 2023-04-01  9:28 iyzsong--- via Guix-patches via
  2023-04-03 11:14 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-04-01  9:28 UTC (permalink / raw)
  To: 62588; +Cc: 宋文武, Liliana Marie Prikler

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/games.scm (bambam): Update to 1.2.1.
---
 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 23b6c39c46..5334ef99d2 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5799,7 +5799,7 @@ (define-public laby
 (define-public bambam
   (package
     (name "bambam")
-    (version "1.0.0")
+    (version "1.2.1")
     (source
       (origin
         (method git-fetch)
@@ -5808,7 +5808,7 @@ (define-public bambam
               (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

base-commit: 47ea688fd27d0ce0c8ea5481f1f94d0ebc3e37eb
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#62588] [PATCH] gnu: bambam: Update to 1.2.1.
  2023-04-01  9:28 [bug#62588] [PATCH] gnu: bambam: Update to 1.2.1 iyzsong--- via Guix-patches via
@ 2023-04-03 11:14 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-04-03 11:14 UTC (permalink / raw)
  To: 62588; +Cc: 62588-done, 宋文武, iyzsong,
	Liliana Marie Prikler

Hello,

iyzsong--- via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/games.scm (bambam): Update to 1.2.1.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-03 11:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-01  9:28 [bug#62588] [PATCH] gnu: bambam: Update to 1.2.1 iyzsong--- via Guix-patches via
2023-04-03 11:14 ` Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.