diff options
author | Alex ter Weele <alex.ter.weele@gmail.com> | 2020-01-07 21:02:57 -0600 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-01-08 04:37:23 +0100 |
commit | 9f5cb517d09eb6136c21bb8bbe097951a1af85d5 (patch) | |
tree | 39e3e26abb13697b387f151a77cad274ddb75dc3 /gnu | |
parent | bb335e84ed98055599752740a0f6114fe31f325d (diff) | |
download | guix-9f5cb517d09eb6136c21bb8bbe097951a1af85d5.tar guix-9f5cb517d09eb6136c21bb8bbe097951a1af85d5.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index f4b74abe11..413b6d54d8 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -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")) |