Archived
1
0
Fork 0

gnu: musescore: Update to 3.6.2.

* gnu/packages/music.scm (musescore): Update to 3.6.2.
This commit is contained in:
Nicolas Goaziou 2021-02-11 14:32:46 +01:00
parent cf92f22be8
commit 08dae88f55
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4511,7 +4511,7 @@ standalone JACK client and an LV2 plugin is also available.")
(define-public musescore (define-public musescore
(package (package
(name "musescore") (name "musescore")
(version "3.6.1") (version "3.6.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4520,7 +4520,7 @@ standalone JACK client and an LV2 plugin is also available.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "087j474sdm8vcjczfqlbb1hpcvgvdghjsd132db9dlqwpgk4hmnv")) (base32 "0szvb6mlzy9df9lrq546rrpixa480knzij1wgh6ilflxz87q048q"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Remove unused libraries. ;; Remove unused libraries.