gnu: harmonist: Update to 0.2.

* gnu/packages/games.scm (harmonist): Update to 0.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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"))