guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: non-sequencer: Update to 1.9.5-4.5ae43bb.


From: Ricardo Wurmus
Subject: 01/01: gnu: non-sequencer: Update to 1.9.5-4.5ae43bb.
Date: Fri, 22 Jun 2018 06:29:30 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a6b5e1fba38385428618dfd3fd805099b50f53f1
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jun 22 12:27:57 2018 +0200

    gnu: non-sequencer: Update to 1.9.5-4.5ae43bb.
    
    * gnu/packages/music.scm (non-sequencer): Update to 1.9.5-4.5ae43bb.
---
 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 daefbc5..f80d38e 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -918,8 +918,8 @@ Guile.")
 (define-public non-sequencer
   ;; The latest tagged release is three years old and uses a custom build
   ;; system, so we take the last commit.
-  (let ((commit "10c31e57291b6e42be53371567a722b62b32d220")
-        (revision "3"))
+  (let ((commit "5ae43bb27c42387052a73e5ffc5d33efb9d946a9")
+        (revision "4"))
     (package
       (name "non-sequencer")
       (version (string-append "1.9.5-" revision "." (string-take commit 7)))
@@ -930,7 +930,7 @@ Guile.")
                       (commit commit)))
                 (sha256
                  (base32
-                  "080rha4ffp7qycyg1mqcf4vj0s7z8qfvz6bxm0w29xgg2kkmb3fx"))
+                  "1cljkkyi9dxqpqhx8y6l2ja4zjmlya26m26kqxml8gx08vyvddhx"))
                 (file-name (string-append name "-" version "-checkout"))))
       (build-system waf-build-system)
       (arguments



reply via email to

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