GNU bug report logs - #50278
[PATCH 4/4] gnu: harmonist: Update to 0.4.1.

Previous Next

Package: guix-patches;

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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 50278 in the body.
You can then email your comments to 50278 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#50278; Package guix-patches. (Mon, 30 Aug 2021 16:42:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to jgart <jgart <at> dismail.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 30 Aug 2021 16:42:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: Brice Waegeneire <brice <at> waegenei.re>,
 Arun Isaac <arunisaac <at> systemreboot.net>, Guix Together <jgart <at> dismail.de>,
 Julien Lepiller <julien <at> lepiller.eu>
Subject: [PATCH 4/4] gnu: harmonist: Update to 0.4.1.
Date: Mon, 30 Aug 2021 12:40:41 -0400
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





Information forwarded to guix-patches <at> gnu.org:
bug#50278; Package guix-patches. (Mon, 30 Aug 2021 16:55:02 GMT) Full text and rfc822 format available.

Message #8 received at 50278 <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: 50278 <at> debbugs.gnu.org
Subject: Re: bug#50278: Acknowledgement ([PATCH 4/4] gnu: harmonist: Update to
 0.4.1.)
Date: Mon, 30 Aug 2021 12:54:16 -0400
On Mon, 30 Aug 2021 16:42:04 +0000 help-debbugs <at> 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 |
                ||     ||




Information forwarded to guix-patches <at> gnu.org:
bug#50278; Package guix-patches. (Mon, 30 Aug 2021 18:42:02 GMT) Full text and rfc822 format available.

Message #11 received at 50278 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: jgart <jgart <at> dismail.de>
Cc: 50278 <at> debbugs.gnu.org
Subject: Re: bug#50278: [PATCH 4/4] gnu: harmonist: Update to 0.4.1.
Date: Mon, 30 Aug 2021 14:41:51 -0400
Hi,

jgart <jgart <at> dismail.de> writes:

> On Mon, 30 Aug 2021 16:42:04 +0000 help-debbugs <at> 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




Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Mon, 30 Aug 2021 19:48:02 GMT) Full text and rfc822 format available.

Notification sent to jgart <jgart <at> dismail.de>:
bug acknowledged by developer. (Mon, 30 Aug 2021 19:48:02 GMT) Full text and rfc822 format available.

Message #16 received at 50278-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: jgart <jgart <at> dismail.de>
Cc: Arun Isaac <arunisaac <at> systemreboot.net>, 50278-done <at> debbugs.gnu.org,
 Brice Waegeneire <brice <at> waegenei.re>, Julien Lepiller <julien <at> lepiller.eu>
Subject: Re: bug#50278: [PATCH 4/4] gnu: harmonist: Update to 0.4.1.
Date: Mon, 30 Aug 2021 15:47:09 -0400
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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 28 Sep 2021 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 211 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.