[PATCH] gnu: odamex: Update to 10.6.0.

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

Debbugs page

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

Change-Id: Ifbad7399f3e43b8a05948d8f7b1b73ba9b30477b
---
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 64b6b0941a..bb97332b6d 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -8231,7 +8231,7 @@ (define-public gzdoom
(define-public odamex
(package
(name "odamex")
- (version "10.5.0")
+ (version "10.6.0")
(source
(origin
(method url-fetch)
@@ -8239,7 +8239,7 @@ (define-public odamex
"mirror://sourceforge/odamex/Odamex/" version "/"
"odamex-src-" version ".tar.xz"))
(sha256
- (base32 "151dr6gygznqmp2m9wzilbrmr71lka6pwaz53lb835ry8wq3y210"))
+ (base32 "1vy6d0md5ws5319bjjbaqnca68vslgk22k9lh4yd9n85hzlwacpi"))
(modules '((guix build utils)))
(snippet
'(begin

base-commit: d29090727b328f96e79285379e4fac9a7dee316e
--
2.46.0
Z572 wrote 4 months ago
(name . David Pflug)(address . david@pflug.io)
87y124lnqr.fsf@iscas.ac.cn
David Pflug <david@pflug.io> writes:

Toggle quote (32 lines)
> * gnu/packages/games.scm (odamex): Update to 10.6.0.
>
> Change-Id: Ifbad7399f3e43b8a05948d8f7b1b73ba9b30477b
> ---
> 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 64b6b0941a..bb97332b6d 100644
> --- a/gnu/packages/games.scm
> +++ b/gnu/packages/games.scm
> @@ -8231,7 +8231,7 @@ (define-public gzdoom
> (define-public odamex
> (package
> (name "odamex")
> - (version "10.5.0")
> + (version "10.6.0")
> (source
> (origin
> (method url-fetch)
> @@ -8239,7 +8239,7 @@ (define-public odamex
> "mirror://sourceforge/odamex/Odamex/" version "/"
> "odamex-src-" version ".tar.xz"))
> (sha256
> - (base32 "151dr6gygznqmp2m9wzilbrmr71lka6pwaz53lb835ry8wq3y210"))
> + (base32 "1vy6d0md5ws5319bjjbaqnca68vslgk22k9lh4yd9n85hzlwacpi"))
> (modules '((guix build utils)))
> (snippet
> '(begin
>
> base-commit: d29090727b328f96e79285379e4fac9a7dee316e

push, close.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmcjNYwACgkQO1qpk+Gi
3/Ajjg/+Oivfa3DwqskNkFlGvChPa0ihy4MtYeCyLNstTGXrgLgVyfz7q5ftZFgJ
32DC1cgA++Rzyfc3Xf4GuIciZw9bZWXqfSacIpjFQUZAIsruNnH9MAYYgMJ+PmBe
4QLvwG6bhC1ClpApEua7eB1xuqUfhoyKlsMVq1BYrRNle1My5l9+68LChEqDM8R3
XtD9q8GGTK2fI8Yyog0iRjurz4Sf7XuvJFadqM4bNYRj8o/nCpyC0FZhYCZR3oCO
LAWQigBlbJVUP8h3+byUQx4Y4O9rTwEcJTHaXOcZXkbLl2VNJfxlC5UmonHULxL7
EG6KYTep8kOKkpcWEuui6oEjObjojVYGwPFCEES68vzHgj8QsVyas9a42LXvFR+S
dpHp0RQ7u36YhTh8EahNOrpcrY/77HS86tHd4AgjvjSrmu+MJ34iuBMa94X1EplP
IZpbgQTIgZ8PJYI7770fQMiYJxvMiV3QoJ1Ice5ilaMBBx4Foa8NeA5jNnfuMqXA
Q4Cxg6oSjOApEolzr3ni+0DleBQg/Wpe3b7RUjFPEwaQ1ovq4WefOlpnXdhWTOYT
vvUlvqXAA+xfLbRGc0VAtmi0Ht5JFbaEYJuNtLJAzCWutIGWtUxXb+o4TswFyAPf
IxY6WB68neHBMPifC38haIzUVbvd7iFdnW66iPlT2UQ8wSMHVXs=
=5wcn
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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