[PATCH] gnu: fheroes2: Update to 1.0.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • iyzsong
  • Nicolas Goaziou
Owner
unassigned
Submitted by
iyzsong
Severity
normal
I
I
iyzsong wrote on 1 Apr 2023 11:10
(address . guix-patches@gnu.org)
20230401091019.25728-1-iyzsong@envs.net
From: ??? <iyzsong@member.fsf.org>

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

Toggle diff (26 lines)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 23b6c39c46..5be73bacb3 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -11014,7 +11014,7 @@ (define-public sdlpop
(define-public fheroes2
(package
(name "fheroes2")
- (version "1.0.0")
+ (version "1.0.2")
(source
(origin
(method git-fetch)
@@ -11023,7 +11023,7 @@ (define-public fheroes2
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0bvp9xhzlh4d6q5jlvz4nciald75g9v0vahzax47q9xgajnbibzk"))))
+ (base32 "18hl84lapmqc810rnh2wkd4p2mnfcl4gbmg5sizakqcfpahgsl33"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; no tests

base-commit: 47ea688fd27d0ce0c8ea5481f1f94d0ebc3e37eb
--
2.39.2
N
N
Nicolas Goaziou wrote on 3 Apr 2023 13:14
(name . iyzsong--- via Guix-patches via)(address . guix-patches@gnu.org)
87v8idgqub.fsf@nicolasgoaziou.fr
Hello,

iyzsong--- via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (2 lines)
> * gnu/packages/games.scm (fheroes2): Update to 1.0.2.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
?