gnu: harmonist: Update to 0.2.
* gnu/packages/games.scm (harmonist): Update to 0.2.
This commit is contained in:
parent
2698654446
commit
3755d5cb5e
|
@ -7240,7 +7240,7 @@ and bring the war to your enemy.")
|
||||||
(define-public harmonist
|
(define-public harmonist
|
||||||
(package
|
(package
|
||||||
(name "harmonist")
|
(name "harmonist")
|
||||||
(version "0.1")
|
(version "0.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -7249,7 +7249,7 @@ and bring the war to your enemy.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"006vkhb84v78ssfwppc221n4za0y02ypg7ihrihin4vj4gllmzf7"))))
|
"0hqy9kqwgirwkq1v3vj1hp9m93hjvdj4nxcfbjfvvwk2bbzri3s2"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "git.tuxfamily.org/harmonist/harmonist"))
|
'(#:import-path "git.tuxfamily.org/harmonist/harmonist"))
|
||||||
|
|
Loading…
Reference in New Issue