guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: hydrogen: Update to 0.9.7.


From: Ricardo Wurmus
Subject: 01/01: gnu: hydrogen: Update to 0.9.7.
Date: Fri, 25 Nov 2016 20:44:28 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 7276b5604d863d1de4f932c3a2e29e0fedaa3005
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Nov 25 21:43:17 2016 +0100

    gnu: hydrogen: Update to 0.9.7.
    
    * gnu/packages/music.scm (hydrogen): Update to 0.9.7.
---
 gnu/packages/music.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 14839c1..78ca558 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -234,7 +234,7 @@ many input formats and provides a customisable Vi-style 
user interface.")
 (define-public hydrogen
   (package
     (name "hydrogen")
-    (version "0.9.6.1")
+    (version "0.9.7")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -242,7 +242,7 @@ many input formats and provides a customisable Vi-style 
user interface.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "0vxnaqfmcv7hhk0cj67imdcqngspnck7f0wfmvhfgfqa7x1xznll"))))
+                "1dy2jfkdw0nchars4xi4isrz66fqn53a9qk13bqza7lhmsg3s3qy"))))
     (build-system cmake-build-system)
     (arguments
     `(#:test-target "tests"))



reply via email to

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