[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: harmonist: Update to 0.2.
From: |
guix-commits |
Subject: |
01/01: gnu: harmonist: Update to 0.2. |
Date: |
Mon, 22 Jul 2019 17:10:57 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 3755d5cb5e3faa7fb432e0d6ae49bed4ff91c364
Author: Julien Lepiller <address@hidden>
Date: Mon Jul 22 23:06:55 2019 +0200
gnu: harmonist: Update to 0.2.
* gnu/packages/games.scm (harmonist): Update to 0.2.
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 4d6b527..266a2d3 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -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"))