[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: musescore: Update to 3.5.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: musescore: Update to 3.5.2. |
Date: |
Fri, 23 Oct 2020 15:51:51 -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 14defc9 gnu: musescore: Update to 3.5.2.
14defc9 is described below
commit 14defc9c81d50bf743afcfd6d1e08c35910657a8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Oct 23 21:49:53 2020 +0200
gnu: musescore: Update to 3.5.2.
* gnu/packages/music.scm (musescore): Update to 3.5.2.
---
gnu/packages/music.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 830bc4d..c6388e7 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4194,7 +4194,7 @@ audio samples and various soft sythesizers. It can
receive input from a MIDI ke
(define-public musescore
(package
(name "musescore")
- (version "3.5.1")
+ (version "3.5.2")
(source
(origin
(method git-fetch)
@@ -4203,16 +4203,16 @@ 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 "01jj6rbvbjxvmv6q13a22vfqp3id52a5mf2a1vzph2giz7pr313x"))
+ (base32 "0yzps5xxa50cr2i5iv2ycjdywd0mcrdd6hx93l4p8lfljag3w3al"))
(modules '((guix build utils)))
(snippet
- ;; Un-bundle OpenSSL and remove unused libraries.
+ ;; Remove unused libraries.
'(begin
(for-each delete-file-recursively
'("thirdparty/freetype"
- "thirdparty/google_analytics"
"thirdparty/openssl"
- "thirdparty/portmidi"))
+ "thirdparty/portmidi"
+ "thirdparty/qt-google-analytics"))
#t))))
(build-system cmake-build-system)
(arguments
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: musescore: Update to 3.5.2.,
guix-commits <=