guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: drumstick: Update to 1.1.3.


From: guix-commits
Subject: 02/03: gnu: drumstick: Update to 1.1.3.
Date: Sun, 1 Sep 2019 18:45:01 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6fd7e0cc6f4601f3add30e78cae007b909bd6b0c
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Sep 1 22:10:46 2019 +0200

    gnu: drumstick: Update to 1.1.3.
    
    * gnu/packages/music.scm (drumstick): Update to 1.1.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 07ec7c9..53c37be 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2007,14 +2007,14 @@ browser.")
 (define-public drumstick
   (package
     (name "drumstick")
-    (version "1.1.2")
+    (version "1.1.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/drumstick/"
                                   version "/drumstick-" version ".tar.bz2"))
               (sha256
                (base32
-                "0kljqyqj7s1i2z52i24x7ail1bywn6dcxxfbad5c59drm8wv94bp"))))
+                "1n9wvg79yvkygrkc8xd8pgrd3d7hqmr7gh24dccf0px23lla9b3m"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ; no test target



reply via email to

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