guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: musescore: Update to 3.4.2.


From: guix-commits
Subject: branch master updated: gnu: musescore: Update to 3.4.2.
Date: Wed, 12 Feb 2020 17:36:58 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 436dd1d  gnu: musescore: Update to 3.4.2.
436dd1d is described below

commit 436dd1de55d9ca998c43ae469040aa3918442377
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Wed Feb 12 23:36:32 2020 +0100

    gnu: musescore: Update to 3.4.2.
    
    * gnu/packages/music.scm (musescore): Update to 3.4.2.
    [inputs]: Add qtquickcontrols2.
---
 gnu/packages/music.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 43ad19a..50e5d11 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3878,7 +3878,7 @@ audio samples and various soft sythesizers.  It can 
receive input from a MIDI ke
 (define-public musescore
   (package
     (name "musescore")
-    (version "3.4.1")
+    (version "3.4.2")
     (source
      (origin
        (method git-fetch)
@@ -3887,7 +3887,7 @@ audio samples and various soft sythesizers.  It can 
receive input from a MIDI ke
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "16rx4x0czhwjg8vppcc7iw0cvii9q2l730cqhmhvip9r8wwamsvj"))
+        (base32 "14a9sg87nx7xca1qfbkplnpbx9pyg9k9vy87dq0g401ag6g6bi66"))
        (modules '((guix build utils)))
        (snippet
         ;; Un-bundle OpenSSL and remove unused libraries.
@@ -3927,6 +3927,7 @@ audio samples and various soft sythesizers.  It can 
receive input from a MIDI ke
        ("pulseaudio" ,pulseaudio)
        ("qtbase" ,qtbase)
        ("qtdeclarative" ,qtdeclarative)
+       ("qtquickcontrols2" ,qtquickcontrols2)
        ("qtscript" ,qtscript)
        ("qtsvg" ,qtsvg)
        ("qtxmlpatterns" ,qtxmlpatterns)))



reply via email to

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