[PATCH] gnu: wesnoth: Update to 1.14.17.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Solene Rapenne
Owner
unassigned
Submitted by
Solene Rapenne
Severity
normal

Debbugs page

Solene Rapenne wrote 4 years ago
(address . guix-patches@gnu.org)
20210622201235.6e22b5b2@perso.pw
* gnu/packages/games.scm (wesnoth): Update to 1.14.17.
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index fca25294db..52fd43b88e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4176,7 +4176,7 @@ falling, themeable graphics and sounds, and replays.")
(define-public wesnoth
(package
(name "wesnoth")
- (version "1.14.16")
+ (version "1.14.17")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/wesnoth/wesnoth-"
@@ -4185,7 +4185,7 @@ falling, themeable graphics and sounds, and replays.")
"wesnoth-" version ".tar.bz2"))
(sha256
(base32
- "1d9hq3dcx0sgs2v4400rg2nw98v46m7bwiqqjv8z8n7vw8kx8lhg"))))
+ "1qc4ylhc4ab51milclzhflpmzw6bg35knwqaj3b157700jkcniin"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ;no check target
--
2.32.0

I tried playing a game on amd64 and it worked with sound.
Nicolas Goaziou wrote 4 years ago
(name . Solene Rapenne via Guix-patches via)(address . guix-patches@gnu.org)
875yy5fw9x.fsf@nicolasgoaziou.fr
Hello,

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

Toggle quote (2 lines)
> * gnu/packages/games.scm (wesnoth): Update to 1.14.17.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
?
Your comment

This issue is archived.

To comment on this conversation send an email to 49172@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 49172
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help