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-3.


From: guix-commits
Subject: branch master updated: gnu: cataclysm-dda: Update to 0.F-3.
Date: Sun, 28 Nov 2021 08:16:03 -0500

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 39f9b28  gnu: cataclysm-dda: Update to 0.F-3.
39f9b28 is described below

commit 39f9b2804a19f0e6ebc75fa62e396e62b0a2536b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Nov 28 14:15:21 2021 +0100

    gnu: cataclysm-dda: Update to 0.F-3.
    
    * gnu/packages/games.scm (cataclysm-dda): Update to 0.F-3.
---
 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 0a331f3..819a832 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -885,7 +885,7 @@ high a score as possible.")
 (define-public cataclysm-dda
   (package
     (name "cataclysm-dda")
-    (version "0.F-2")
+    (version "0.F-3")
     (source
      (origin
        (method git-fetch)
@@ -893,7 +893,7 @@ high a score as possible.")
              (url "https://github.com/CleverRaven/Cataclysm-DDA";)
              (commit version)))
        (sha256
-        (base32 "1wzsri6rh2fm7078hw0y4x7lqjs6ak4a66d05szfiinnxyn4w1ph"))
+        (base32 "1qnsz6az9qp4sbr3y4rcqhlmadrrdzafvd2xwf3db5wn0swvbjys"))
        (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]