guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: fheroes2: Update to 1.0.0.


From: guix-commits
Subject: branch master updated: gnu: fheroes2: Update to 1.0.0.
Date: Thu, 22 Dec 2022 01:00:28 -0500

This is an automated email from the git hooks/post-receive script.

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 30143cdad2 gnu: fheroes2: Update to 1.0.0.
30143cdad2 is described below

commit 30143cdad2a041545e270f19f2cbb5ef46093749
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Thu Dec 22 09:59:12 2022 +0400

    gnu: fheroes2: Update to 1.0.0.
    
    * gnu/packages/games.scm (fheroes2): Update to 1.0.0.
---
 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 6064dabbaa..54cf17e963 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -11020,7 +11020,7 @@ disassembly of the DOS version, extended with new 
features.")
 (define-public fheroes2
   (package
     (name "fheroes2")
-    (version "0.9.11")
+    (version "1.0.0")
     (source
      (origin
        (method git-fetch)
@@ -11029,7 +11029,7 @@ disassembly of the DOS version, extended with new 
features.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1m8649srzg3j2b1hs4x2y8fib6hn7v0afv4c7bjnfk4bhpi4cqd7"))))
+        (base32 "0bvp9xhzlh4d6q5jlvz4nciald75g9v0vahzax47q9xgajnbibzk"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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