GNU bug report logs -
#50278
[PATCH 4/4] gnu: harmonist: Update to 0.4.1.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Mon, 30 Aug 2021 16:42:03 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 30 Aug 2021 15:47:09 -0400
with message-id <87lf4ilnpe.fsf_-_ <at> gmail.com>
and subject line Re: bug#50278: [PATCH 4/4] gnu: harmonist: Update to 0.4.1.
has caused the debbugs.gnu.org bug report #50278,
regarding [PATCH 4/4] gnu: harmonist: Update to 0.4.1.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
50278: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50278
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guix Together <jgart <at> dismail.de>
* gnu/packages/games.scm (harmonist): Update to 0.4.1.
[propagated-inputs]: Add go-github-com-gdamore-tcell-v2,
go-github-com-anaseto-gruid , and go-github-com-anaseto-gruid-tcell.
Co-authored-by: Arun Isaac <arunisaac <at> systemreboot.net>
Co-authored-by: Brice Waegeneire <brice <at> waegenei.re>
Co-authored-by: jgart <jgart <at> dismail.de>
Co-authored-by: Julien Lepiller <julien <at> lepiller.eu>
---
gnu/packages/games.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 468f59ec5a..5ca6769379 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9437,7 +9437,7 @@ full-window applications.")
(define-public harmonist
(package
(name "harmonist")
- (version "0.3.0")
+ (version "0.4.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -9446,12 +9446,15 @@ full-window applications.")
(file-name (git-file-name name version))
(sha256
(base32
- "146wiyanag0zqj6fhyll2sw6sydnnll8mgxhhqf9sjqsl2rx4s5r"))))
+ "17ai39pw9xq4asfvhs0whx07hljlivygazbwrxjrnxwrn06483hr"))))
(build-system go-build-system)
(arguments
'(#:import-path "git.tuxfamily.org/harmonist/harmonist"))
(inputs
- `(("go-github.com-nsf-termbox-go" ,go-github.com-nsf-termbox-go)))
+ `(("go-github-com-gdamore-tcell-v2" ,go-github-com-gdamore-tcell-v2)
+ ("go-github.com-nsf-termbox-go" ,go-github.com-nsf-termbox-go)
+ ("go-github-com-anaseto-gruid" ,go-github-com-anaseto-gruid)
+ ("go-github-com-anaseto-gruid-tcell" ,go-github-com-anaseto-gruid-tcell)))
(home-page "https://harmonist.tuxfamily.org/")
(synopsis "Stealth coffee-break roguelike game")
(description "Harmonist: Dayoriah Clan Infiltration is a stealth
--
2.33.0
[Message part 3 (message/rfc822, inline)]
Hi again,
jgart <jgart <at> dismail.de> writes:
> From: Guix Together <jgart <at> dismail.de>
>
> * gnu/packages/games.scm (harmonist): Update to 0.4.1.
> [propagated-inputs]: Add go-github-com-gdamore-tcell-v2,
> go-github-com-anaseto-gruid , and go-github-com-anaseto-gruid-tcell.
^ space before comma
^2 spaces
I adjusted the commit message to fix the above, and pushed as
26119328aa.
Thank you!
Maxim
This bug report was last modified 3 years and 320 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.