guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: qsynth: Update to 0.4.1.


From: Ricardo Wurmus
Subject: 01/01: gnu: qsynth: Update to 0.4.1.
Date: Wed, 13 Apr 2016 19:34:51 +0000

rekado pushed a commit to branch master
in repository guix.

commit b0cf3d0fed3ae071dbcb90ff365210d0a5745b1a
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Apr 12 19:29:12 2016 +0200

    gnu: qsynth: Update to 0.4.1.
    
    * gnu/packages/audio.scm (qsynth): Update to 0.4.1.
---
 gnu/packages/audio.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index ca438f8..204e0a4 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2096,14 +2096,14 @@ interface.")
 (define-public qsynth
   (package
     (name "qsynth")
-    (version "0.4.0")
+    (version "0.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
              "mirror://sourceforge/qsynth/qsynth-" version ".tar.gz"))
        (sha256
-        (base32 "1chc89v9hcjw3k4rvzakl8g56wv24kh48fzv1gfs4iv8vhyl3j4x"))))
+        (base32 "034p6mbwrjnxd9b6h20cidxi4ilkk3cgpjp154j0jzjs1ipf7x2h"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f)) ; no "check" phase



reply via email to

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