[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: odamex: Update to 0.9.5.
From: |
guix-commits |
Subject: |
branch master updated: gnu: odamex: Update to 0.9.5. |
Date: |
Wed, 03 Nov 2021 08:11:50 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b2721c3 gnu: odamex: Update to 0.9.5.
b2721c3 is described below
commit b2721c3656e0ddf76dcccccfbacaaa309d2f47fe
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 3 13:07:52 2021 +0100
gnu: odamex: Update to 0.9.5.
* gnu/packages/games.scm (odamex): Update to 0.9.5.
---
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 42753dc..a1f6deb 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7519,7 +7519,7 @@ Strife, Chex Quest, and fan-created games like Harmony,
Hacx and Freedoom.")
(define-public odamex
(package
(name "odamex")
- (version "0.9.3")
+ (version "0.9.5")
(source
(origin
(method url-fetch)
@@ -7527,7 +7527,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 "0vmw9ijb6n4wrxjxixakn7l6a6carnvs9wbbzb4vcq1brbzyrb0p"))))
+ (base32 "1x0c9vnwn336inkfamh4na8xjyfjmzfxfn49j4snqymkypjqw6jq"))))
(build-system cmake-build-system)
(arguments `(#:tests? #f)) ; no tests
(native-inputs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: odamex: Update to 0.9.5.,
guix-commits <=