guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: harmonist: Update to 0.3.0.


From: guix-commits
Subject: branch master updated: gnu: harmonist: Update to 0.3.0.
Date: Tue, 07 Jan 2020 22:37:53 -0500

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9f5cb51  gnu: harmonist: Update to 0.3.0.
9f5cb51 is described below

commit 9f5cb517d09eb6136c21bb8bbe097951a1af85d5
Author: Alex ter Weele <address@hidden>
AuthorDate: Tue Jan 7 21:02:57 2020 -0600

    gnu: harmonist: Update to 0.3.0.
    
    * gnu/packages/games.scm (harmonist): Update to 0.3.0.
    
    Signed-off-by: Julien Lepiller <address@hidden>
---
 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 f4b74ab..413b6d5 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]