guix-commits
[Top][All Lists]
Advanced

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

08/14: gnu: fheroes2: Update to 0.9.8.


From: guix-commits
Subject: 08/14: gnu: fheroes2: Update to 0.9.8.
Date: Tue, 12 Oct 2021 20:56:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 27238d45309583ff920c8fe3c9e1b9f702b0ca93
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 12 14:52:06 2021 +0200

    gnu: fheroes2: Update to 0.9.8.
    
    * gnu/packages/games.scm (fheroes2): Update to 0.9.8.
---
 gnu/packages/games.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 3b8946e..48cda7d 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -12614,7 +12614,7 @@ disassembly of the DOS version, extended with new 
features.")
 (define-public fheroes2
   (package
     (name "fheroes2")
-    (version "0.9.7")
+    (version "0.9.8")
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ; no tests
@@ -12634,8 +12634,7 @@ disassembly of the DOS version, extended with new 
features.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "0v3zh8a8yxfikcr5vkmy36c57l4nmwisz13mjavn5f7yrirf86fn"))))
+        (base32 "1sc7rmyiciahxh5f6rarhil2hrw8q8sjdssh063grji50mlnrf6a"))))
     (home-page "https://ihhub.github.io/fheroes2/";)
     (synopsis "Turn-based strategy game engine")
     (description "@code{fheroes2} is an implementation of Heroes of Might and



reply via email to

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