guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cataclysm-dda: Update to 0.F-2.


From: guix-commits
Subject: branch master updated: gnu: cataclysm-dda: Update to 0.F-2.
Date: Wed, 01 Sep 2021 04:42:06 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0e801db  gnu: cataclysm-dda: Update to 0.F-2.
0e801db is described below

commit 0e801db11e358ccf6f6ebd8cbc75e5e54c75afc0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Sep 1 10:41:46 2021 +0200

    gnu: cataclysm-dda: Update to 0.F-2.
    
    * gnu/packages/games.scm (cataclysm-dda): Update to 0.F-2.
---
 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 1a9cd36..79754d3 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -880,7 +880,7 @@ high a score as possible.")
 (define-public cataclysm-dda
   (package
     (name "cataclysm-dda")
-    (version "0.F-1")
+    (version "0.F-2")
     (source
      (origin
        (method git-fetch)
@@ -888,7 +888,7 @@ high a score as possible.")
              (url "https://github.com/CleverRaven/Cataclysm-DDA";)
              (commit version)))
        (sha256
-        (base32 "03a4q0y6vci278yb6b6d0qwk9abn1qgqifcmbrm5wrqbqygjalkd"))
+        (base32 "1wzsri6rh2fm7078hw0y4x7lqjs6ak4a66d05szfiinnxyn4w1ph"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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