3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: harmonist: Update to 0.2.

* gnu/packages/games.scm (harmonist): Update to 0.2.
This commit is contained in:
Julien Lepiller 2019-07-22 23:06:55 +02:00
parent 2698654446
commit 3755d5cb5e
No known key found for this signature in database
GPG key ID: 43111F4520086A0C

View file

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