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


From: guix-commits
Subject: branch master updated: gnu: cataclysm-dda: Update to 0.E-3.
Date: Sun, 13 Dec 2020 09:59:38 -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 11c3744  gnu: cataclysm-dda: Update to 0.E-3.
11c3744 is described below

commit 11c3744275de591b74f761d126667ab81b0efcee
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Dec 13 15:59:19 2020 +0100

    gnu: cataclysm-dda: Update to 0.E-3.
    
    * gnu/packages/games.scm (cataclysm-dda): Update to 0.E-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 c90cd67..99f5a77 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -793,7 +793,7 @@ high a score as possible.")
 (define-public cataclysm-dda
   (package
     (name "cataclysm-dda")
-    (version "0.E-2")
+    (version "0.E-3")
     (source
      (origin
        (method git-fetch)
@@ -801,7 +801,7 @@ high a score as possible.")
              (url "https://github.com/CleverRaven/Cataclysm-DDA";)
              (commit version)))
        (sha256
-        (base32 "15l6w6lxays7qmsv0ci2ry53asb9an9dh7l7fc13256k085qcg68"))
+        (base32 "108cs6vp99qmqqfnmczad0xjgcl82bypm5xszwnlfcswdsrfs4da"))
        (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]