guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#74620] [PATCH v2] gnu: cataclysm-dda: Update to 0-H


From: Zheng Junjie
Subject: [bug#74620] [PATCH v2] gnu: cataclysm-dda: Update to 0-H
Date: Sun, 01 Dec 2024 19:07:27 +0800
User-agent: mu4e 1.12.7; emacs 30.0.92

Lynn Leichtle via Guix-patches via <guix-patches@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.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]