guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: cataclysm-dda: Update to 0.F-1.


From: guix-commits
Subject: 03/03: gnu: cataclysm-dda: Update to 0.F-1.
Date: Mon, 16 Aug 2021 05:04:46 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 0fa49fd2a8f0d1d2c37ea276cc44d0d5adcea701
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 16 11:03:21 2021 +0200

    gnu: cataclysm-dda: Update to 0.F-1.
    
    * gnu/packages/games.scm (cataclysm-dda): Update to 0.F-1.
---
 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 b3a6d7b..28cd0cd 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -879,7 +879,7 @@ high a score as possible.")
 (define-public cataclysm-dda
   (package
     (name "cataclysm-dda")
-    (version "0.F")
+    (version "0.F-1")
     (source
      (origin
        (method git-fetch)
@@ -887,7 +887,7 @@ high a score as possible.")
              (url "https://github.com/CleverRaven/Cataclysm-DDA";)
              (commit version)))
        (sha256
-        (base32 "1jid8lcl04y768b3psj1ifhx96lmd6fn1j2wzxhl4ic7ra66p2z3"))
+        (base32 "03a4q0y6vci278yb6b6d0qwk9abn1qgqifcmbrm5wrqbqygjalkd"))
        (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]