guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: mod-host: Update to 0.10.6-2-299a39774.


From: Ricardo Wurmus
Subject: 04/05: gnu: mod-host: Update to 0.10.6-2-299a39774.
Date: Mon, 10 Apr 2017 11:32:48 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 82bf45c8bd60873eb59aa5e72aac9aeb1402fa51
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Apr 10 17:18:22 2017 +0200

    gnu: mod-host: Update to 0.10.6-2-299a39774.
    
    * gnu/packages/music.scm (mod-host): Update to 0.10.6-2-299a39774.
---
 gnu/packages/music.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 06c9f39..a64511e 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1902,8 +1902,8 @@ analogue-like user interface.")
 (define-public mod-host
   ;; The last release was in 2014 but since then more than 140 commits have
   ;; been made.
-  (let ((commit "72aca771e3a4e3889641b9bab84985586c9bb926")
-        (revision "1"))
+  (let ((commit "299a3977476e8eb0285837fbd7522cec506a11de")
+        (revision "2"))
     (package
       (name "mod-host")
       (version (string-append "0.10.6-" revision "." (string-take commit 9)))
@@ -1914,7 +1914,7 @@ analogue-like user interface.")
                       (commit commit)))
                 (sha256
                  (base32
-                  "19szi8cy65jlchbrmbjbma03g6gxj9zyyp4dgw1k06r0cxbx82gq"))
+                  "128q7p5mph086v954rqnafalfbkyvhgwclaq6ks6swrhj45wnag6"))
                 (file-name (string-append name "-" version "-checkout"))))
       (build-system gnu-build-system)
       (arguments



reply via email to

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