guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: bsequencer: Update to 1.6.0.


From: guix-commits
Subject: branch master updated: gnu: bsequencer: Update to 1.6.0.
Date: Fri, 11 Sep 2020 16:18:30 -0400

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

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a1ea058  gnu: bsequencer: Update to 1.6.0.
a1ea058 is described below

commit a1ea0585d0ac689d20e218c63336f2405e32f1ee
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Sep 11 22:19:26 2020 +0200

    gnu: bsequencer: Update to 1.6.0.
    
    * gnu/packages/music.scm (bsequencer): Update to 1.6.0.
---
 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 aa55607..db2ab87 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1231,7 +1231,7 @@ device supports.")
 (define-public bsequencer
   (package
     (name "bsequencer")
-    (version "1.2.0")
+    (version "1.6.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1240,7 +1240,7 @@ device supports.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "08xwz5v8wrar0rx7qdr9pkpjz2k9sw6bn5glhpn6sp6453fabf8q"))))
+                "0w21kzq695xy4i1r6xvvh7sad5m0rlmdgc7ykmrlzfsm1252dz80"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags



reply via email to

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