guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: harmonist: Update to 0.4.1.


From: guix-commits
Subject: branch master updated: gnu: harmonist: Update to 0.4.1.
Date: Mon, 30 Aug 2021 15:46:57 -0400

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

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2611932  gnu: harmonist: Update to 0.4.1.
2611932 is described below

commit 26119328aac147d2ef5bd7fd1466f113a3184db9
Author: Guix Together <jgart@dismail.de>
AuthorDate: Mon Aug 30 12:40:41 2021 -0400

    gnu: harmonist: Update to 0.4.1.
    
    * 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>
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 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 93d0105..a5e200f 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9432,7 +9432,7 @@ terminal 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
@@ -9441,12 +9441,15 @@ terminal 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



reply via email to

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