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>
This commit is contained in:
parent
efb7565549
commit
26119328aa
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Reference in a new issue