GNU bug report logs -
#74620
[PATCH v2] gnu: cataclysm-dda: Update to 0-H
Previous Next
Reported by: Lynn Leichtle <lynn <at> lynn.sh>
Date: Sat, 30 Nov 2024 07:53:01 UTC
Severity: normal
Tags: patch
Merged with 74608
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 01 Dec 2024 19:07:27 +0800
with message-id <87ttbnoe4w.fsf <at> iscas.ac.cn>
and subject line Re: [bug#74620] [PATCH v2] gnu: cataclysm-dda: Update to 0-H
has caused the debbugs.gnu.org bug report #74620,
regarding [PATCH] update cataclysm: dark days ahead to the latest version: Herbert
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
74620: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74620
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
---
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 6d29f7ac00..9c7316ff2c 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1229,7 +1229,7 @@ (define-public bzflag
(define-public cataclysm-dda
(package
(name "cataclysm-dda")
- (version "0.G")
+ (version "0.H")
(source
(origin
(method git-fetch)
@@ -1237,7 +1237,7 @@ (define-public cataclysm-dda
(url "https://github.com/CleverRaven/Cataclysm-DDA")
(commit version)))
(sha256
- (base32 "0y8513yflxfqblk42h5ad0dq5lx5s8k6hhjy65yfcda7amsv9mhx"))
+ (base32 "00lqpvr66h5bpkliln764nh7b0m6chs85yws1l6gg44mijkr6f1j"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
--
2.46.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Lynn Leichtle via Guix-patches via <guix-patches <at> gnu.org> writes:
> ---
> gnu/packages/games.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
commit message should:
* gnu/packages/games.scm (cataclysm-dda): Update to 0.H.
you can use etc/committer.scm.
> diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
> index 6d29f7ac00..9c7316ff2c 100644
> --- a/gnu/packages/games.scm
> +++ b/gnu/packages/games.scm
> @@ -1229,7 +1229,7 @@ (define-public bzflag
> (define-public cataclysm-dda
> (package
> (name "cataclysm-dda")
> - (version "0.G")
> + (version "0.H")
> (source
> (origin
> (method git-fetch)
> @@ -1237,7 +1237,7 @@ (define-public cataclysm-dda
> (url "https://github.com/CleverRaven/Cataclysm-DDA")
> (commit version)))
> (sha256
> - (base32 "0y8513yflxfqblk42h5ad0dq5lx5s8k6hhjy65yfcda7amsv9mhx"))
> + (base32 "00lqpvr66h5bpkliln764nh7b0m6chs85yws1l6gg44mijkr6f1j"))
> (file-name (git-file-name name version))))
> (build-system gnu-build-system)
If you're interested, try replacing the cdda build system with cmake.
> (arguments
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 175 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.