[PATCH 4/4] gnu: harmonist: Update to 0.4.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • jgart
  • Maxim Cournoyer
Owner
unassigned
Submitted by
jgart
Severity
normal
J
(address . guix-patches@gnu.org)
20210830164041.19770-4-jgart@dismail.de
From: Guix Together <jgart@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@systemreboot.net>
Co-authored-by: Brice Waegeneire <brice@waegenei.re>
Co-authored-by: jgart <jgart@dismail.de>
Co-authored-by: Julien Lepiller <julien@lepiller.eu>
---
gnu/packages/games.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

Toggle diff (33 lines)
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
J
Re: bug#50278: Acknowledgement ([PATCH 4/4] gnu: harmonist: Update to 0.4.1.)
(address . 50278@debbugs.gnu.org)
20210830125416.GB21543@gac.attlocal.net
On Mon, 30 Aug 2021 16:42:04 +0000 help-debbugs@gnu.org (GNU bug Tracking System) wrote:

Hi, this was part of our work from the Guix Meetup this past Saturday.

I accidentally sent the patches with git send-email as different issues instead of just one.

Patches from issues 50275 - 50278 (4 patches) were meant to be grouped together.

Let me know if you'd like me to regroup/resend them or if it is fine this time around.

all best,
_________________________________________
/ 3B1D 7F19 E36B B60C 0F5B 2CA9 A52A A2B4 \
\ 77B6 DD35 /
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
M
M
Maxim Cournoyer wrote on 30 Aug 2021 20:41
Re: bug#50278: [PATCH 4/4] gnu: harmonist: Update to 0.4.1.
(name . jgart)(address . jgart@dismail.de)(address . 50278@debbugs.gnu.org)
874kb6n5ao.fsf_-_@gmail.com
Hi,

jgart <jgart@dismail.de> writes:

Toggle quote (12 lines)
> On Mon, 30 Aug 2021 16:42:04 +0000 help-debbugs@gnu.org (GNU bug Tracking System) wrote:
>
> Hi, this was part of our work from the Guix Meetup this past Saturday.
>
> I accidentally sent the patches with git send-email as different issues instead of just one.
>
> Patches from issues 50275 - 50278 (4 patches) were meant to be grouped together.
>
> Let me know if you'd like me to regroup/resend them or if it is fine this time around.
>
> all best,

It's fine this time around!

Thanks,

Maxim
M
M
Maxim Cournoyer wrote on 30 Aug 2021 21:47
(name . jgart)(address . jgart@dismail.de)
87lf4ilnpe.fsf_-_@gmail.com
Hi again,

jgart <jgart@dismail.de> writes:

Toggle quote (5 lines)
> From: Guix Together <jgart@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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 50278@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 50278
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch