diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-04-01 17:28:01 +0800 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-04-03 13:10:00 +0200 |
commit | 420067868c9e6a904a7128b15ab2a9954338e2a4 (patch) | |
tree | 57d86fdfc5b1386f2f64cffaaef4599ea4ebec21 /gnu | |
parent | a7a8c0c11cf39a1b25134d4c037fd129cb0d2a39 (diff) |
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>
Diffstat (limited to 'gnu')
-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 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 |