[PATCH] gnu: odamex: Update to 0.9.3.

  • 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)
20210622222242.66ef0241@perso.pw
* gnu/packages/games.scm (odamex): Update to 0.9.3.
---
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 984d8490a4..a3a3776ea5 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7511,7 +7511,7 @@ Strife, Chex Quest, and fan-created games like Harmony, Hacx and Freedoom.")
(define-public odamex
(package
(name "odamex")
- (version "0.9.0")
+ (version "0.9.3")
(source
(origin
(method url-fetch)
@@ -7519,7 +7519,7 @@ Strife, Chex Quest, and fan-created games like Harmony, Hacx and Freedoom.")
"mirror://sourceforge/odamex/Odamex/" version "/"
"odamex-src-" version ".tar.bz2"))
(sha256
- (base32 "0yfrvx8zb3chy47fyz4nik6gbh0y5608yvld4gz4y8l158qk71y1"))))
+ (base32 "0vmw9ijb6n4wrxjxixakn7l6a6carnvs9wbbzb4vcq1brbzyrb0p"))))
(build-system cmake-build-system)
(arguments `(#:tests? #f)) ; no tests
(native-inputs
--
2.32.0

I used DOOM 2 assets on amd64 and worked fine.
Nicolas Goaziou wrote 4 years ago
(name . Solene Rapenne via Guix-patches via)(address . guix-patches@gnu.org)
87wnqleh4j.fsf@nicolasgoaziou.fr
Hello,

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

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

Applied. Thank you.

Regards,
--
Nicolas Goaziou
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 49177
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