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


From: guix-commits
Subject: branch master updated: gnu: musescore: Update to 3.5.
Date: Wed, 12 Aug 2020 12:52:13 -0400

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 2b16dbc  gnu: musescore: Update to 3.5.
2b16dbc is described below

commit 2b16dbc3da4a8bd705f156ad5bd675e6f1f5fd56
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 12 18:51:06 2020 +0200

    gnu: musescore: Update to 3.5.
    
    * gnu/packages/music.scm (musescore): Update to 3.5.
    [origin]: Remove unused google_analytics library.
---
 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 77e8dbd..ae8579c 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4052,7 +4052,7 @@ audio samples and various soft sythesizers.  It can 
receive input from a MIDI ke
 (define-public musescore
   (package
     (name "musescore")
-    (version "3.4.2")
+    (version "3.5")
     (source
      (origin
        (method git-fetch)
@@ -4061,13 +4061,14 @@ 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 "14a9sg87nx7xca1qfbkplnpbx9pyg9k9vy87dq0g401ag6g6bi66"))
+        (base32 "1s8767imzv9hclpzvvvsqb3iyiv4y2klr6agf95zwym2xafy8p26"))
        (modules '((guix build utils)))
        (snippet
         ;; Un-bundle OpenSSL and remove unused libraries.
         '(begin
            (for-each delete-file-recursively
                      '("thirdparty/freetype"
+                       "thirdparty/google_analytics"
                        "thirdparty/openssl"
                        "thirdparty/portmidi"))
            #t))))



reply via email to

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