guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: vmpk: Update to 0.8.3.


From: guix-commits
Subject: 05/09: gnu: vmpk: Update to 0.8.3.
Date: Wed, 23 Jun 2021 18:42:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9122c4959c4016be3f7e32720f1c42bfa0a6f795
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 23 22:10:34 2021 +0200

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



reply via email to

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