From af13915b28c1ce72c843e6df711a64305db05296 Mon Sep 17 00:00:00 2001 From: Lynn Leichtle Date: Fri, 29 Nov 2024 19:51:28 +0000 Subject: gnu: cataclysm-dda: Update to 0-H. * gnu/packages/games.scm (cataclysm-dda): Update to 0.H. Signed-off-by: Zheng Junjie Change-Id: I8f3776b1bbb4ead2d409b2e1a3c4c98537126f12 --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/games.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 @@ high a score as possible.") (define-public cataclysm-dda (package (name "cataclysm-dda") - (version "0.G") + (version "0.H") (source (origin (method git-fetch) @@ -1237,7 +1237,7 @@ high a score as possible.") (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 -- cgit v1.2.3