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.8.0.


From: guix-commits
Subject: 02/02: gnu: vmpk: Update to 0.8.0.
Date: Thu, 31 Dec 2020 08:59:05 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e3eea177c8741559a956d5430b7a9b2db98eb8a2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 31 14:57:19 2020 +0100

    gnu: vmpk: Update to 0.8.0.
    
    * gnu/packages/music.scm (vmpk): Update to 0.8.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 6aa7c20..c2a2668 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2561,14 +2561,14 @@ backends, including ALSA, OSS, Network and FluidSynth.")
 (define-public vmpk
   (package
     (name "vmpk")
-    (version "0.7.2")
+    (version "0.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/vmpk/vmpk/"
                                   version "/vmpk-" version ".tar.bz2"))
               (sha256
                (base32
-                "1i3hnvdgz46n4k5v0q4jhgh7nkh0s390ix4nqr69z0q3026yp0p6"))))
+                "0wn45c4sbvan7schq93zmsgg5fcf144mbbawxn5kq699vrbc3473"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f  ; no test target



reply via email to

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