guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: vmpk: Update to 0.8.2.


From: guix-commits
Subject: 07/09: gnu: vmpk: Update to 0.8.2.
Date: Sun, 4 Apr 2021 10:03:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f047efce430aa997cc2e6c918bdb5aeb1de6fe3e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Apr 4 15:11:46 2021 +0200

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



reply via email to

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