[PATCH] gnu: odamex: Update to 10.5.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • David Pflug
Owner
unassigned
Submitted by
David Pflug
Severity
normal

Debbugs page

David Pflug wrote 9 months ago
(address . guix-patches@gnu.org)(name . David Pflug)(address . david@pflug.io)
dcb317248bd1d7900800f4911148256af10f05c4.1717545542.git.david@pflug.io
* gnu/packages/games.scm (odamex): Update to 10.5.0.

Change-Id: I87280d58fecd1ffc52d13bd13b6b0f05721595c5
---
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 2c096ea15d..e24494b8a1 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8164,7 +8164,7 @@ (define-public gzdoom
(define-public odamex
(package
(name "odamex")
- (version "10.4.0")
+ (version "10.5.0")
(source
(origin
(method url-fetch)
@@ -8172,7 +8172,7 @@ (define-public odamex
"mirror://sourceforge/odamex/Odamex/" version "/"
"odamex-src-" version ".tar.xz"))
(sha256
- (base32 "1isrmki18471yry48mmm7lxzp1kiqma9cc7fx38cvpm2mpgfyvzk"))
+ (base32 "151dr6gygznqmp2m9wzilbrmr71lka6pwaz53lb835ry8wq3y210"))
(modules '((guix build utils)))
(snippet
'(begin

base-commit: bf202e8bdd10dbd01da391ef635d1a31197251c1
--
2.45.1
Andreas Enge wrote 9 months ago
Close
(address . 71369-done@debbugs.gnu.org)
Zmbk3_lYqVusEB-G@jurong
Pushed, thanks!

Andreas
Closed
?
Your comment

This issue is archived.

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

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