[PATCH] gnu: open-adventure: Update to 1.14.

  • Done
  • quality assurance status badge
Details
2 participants
  • ???
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Nicolas Goaziou
Severity
normal
N
N
Nicolas Goaziou wrote on 18 Mar 2023 14:31
(address . guix-patches@gnu.org)
20230318133139.281567-1-mail@nicolasgoaziou.fr
* gnu/packages/games.scm (open-adventure): Update to 1.14.
---
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 5825b8d936..93af0a0422 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -6920,7 +6920,7 @@ (define-public 0ad
(define-public open-adventure
(package
(name "open-adventure")
- (version "1.12")
+ (version "1.14")
(source
(origin
(method git-fetch)
@@ -6929,7 +6929,7 @@ (define-public open-adventure
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "07mg7cp12g27dw8sya17jqz6qp93q7c8zadsvym3w602z87g40in"))))
+ (base32 "1fb1fw1mq7czd90q1mf22g5nqvv7g1mfhhgs6slba7yzx2kbv4d0"))))
(build-system gnu-build-system)
(arguments
(list

base-commit: 3893758dac76fc30b23d4715e849e262306f268d
--
2.39.2
?
(name . Nicolas Goaziou)(address . mail@nicolasgoaziou.fr)(address . 62258-done@debbugs.gnu.org)
87h6u2h00s.fsf@envs.net
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

Toggle quote (2 lines)
> * gnu/packages/games.scm (open-adventure): Update to 1.14.

Pushed, thank you!
Closed
?