guix-commits
[Top][All Lists]
Advanced

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

36/244: gnu: fheroes2: Update to 1.0.2.


From: guix-commits
Subject: 36/244: gnu: fheroes2: Update to 1.0.2.
Date: Wed, 12 Apr 2023 08:47:16 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit 36ca3fe711a4563e3716ca32d737c47b504cb1c5
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Apr 1 17:10:19 2023 +0800

    gnu: fheroes2: Update to 1.0.2.
    
    * gnu/packages/games.scm (fheroes2): Update to 1.0.2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 452c18e28d..aecb04fcbf 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -11015,7 +11015,7 @@ disassembly of the DOS version, extended with new 
features.")
 (define-public fheroes2
   (package
     (name "fheroes2")
-    (version "1.0.0")
+    (version "1.0.2")
     (source
      (origin
        (method git-fetch)
@@ -11024,7 +11024,7 @@ disassembly of the DOS version, extended with new 
features.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0bvp9xhzlh4d6q5jlvz4nciald75g9v0vahzax47q9xgajnbibzk"))))
+        (base32 "18hl84lapmqc810rnh2wkd4p2mnfcl4gbmg5sizakqcfpahgsl33"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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