GNU bug report logs -
#64087
[PATCH] gnu: barrage: Update to 1.0.7.
Previous Next
Reported by: Cairn <cairn <at> pm.me>
Date: Thu, 15 Jun 2023 18:59:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/games.scm (barrage): Update to 1.0.7.
---
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 37c51873ab..e768af8203 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -10595,14 +10595,14 @@ (define-public stockfish
(define-public barrage
(package
(name "barrage")
- (version "1.0.6")
+ (version "1.0.7")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/lgames/barrage/"
"barrage-" version ".tar.gz"))
(sha256
- (base32 "1bhx708s7viv01m6bmpjsdgr33wk5kqw4wf7bvgw73a07v6j8ncw"))))
+ (base32 "0j7j6n5h97xpw0h8zi5a8ziw1vjsbr5gk4dcsiwzh59qn0djnrkh"))))
(build-system gnu-build-system)
(inputs
(list hicolor-icon-theme sdl sdl-mixer))
base-commit: f6047c5b716e5d8f3d8a749f389954e4e4c36c16
--
2.40.1
This bug report was last modified 2 years and 30 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.