guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: vmpk: Update to 0.6.2a.


From: Ricardo Wurmus
Subject: 02/02: gnu: vmpk: Update to 0.6.2a.
Date: Sun, 17 Jan 2016 18:57:41 +0000

rekado pushed a commit to branch master
in repository guix.

commit fb492b9a64c969be74f1d57f458377d2860eabd4
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Jan 17 19:55:58 2016 +0100

    gnu: vmpk: Update to 0.6.2a.
    
    * gnu/packages/music.scm (vmpk): Update to 0.6.2a.
---
 gnu/packages/music.scm |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index c50e5d3..c549209 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -864,14 +864,15 @@ backends, including ALSA, OSS, Network and FluidSynth.")
 (define-public vmpk
   (package
     (name "vmpk")
-    (version "0.6.1")
+    (version "0.6.2a")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/vmpk/vmpk/"
-                                  version "/vmpk-" version ".tar.bz2"))
+                                  (string-drop-right version 1)
+                                  "/vmpk-" version ".tar.bz2"))
               (sha256
                (base32
-                "0ranldd033bd31m9d2vkbkn9zp1k46xbaysllai2i95rf1nhirqc"))))
+                "0259iikvxnfdiifrh02g8xgcxikrkca4nhd3an8xzx0bd6bk8ifi"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f  ; no test target



reply via email to

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