me
/
guix
Archived
1
0
Fork 0

gnu: harmonist: Update to 0.3.0.

* gnu/packages/games.scm (harmonist): Update to 0.3.0.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
master
Alex ter Weele 2020-01-07 21:02:57 -06:00 committed by Julien Lepiller
parent bb335e84ed
commit 9f5cb517d0
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 2 additions and 2 deletions

View File

@ -7470,7 +7470,7 @@ and bring the war to your enemy.")
(define-public harmonist
(package
(name "harmonist")
(version "0.2")
(version "0.3.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -7479,7 +7479,7 @@ and bring the war to your enemy.")
(file-name (git-file-name name version))
(sha256
(base32
"0hqy9kqwgirwkq1v3vj1hp9m93hjvdj4nxcfbjfvvwk2bbzri3s2"))))
"146wiyanag0zqj6fhyll2sw6sydnnll8mgxhhqf9sjqsl2rx4s5r"))))
(build-system go-build-system)
(arguments
'(#:import-path "git.tuxfamily.org/harmonist/harmonist"))