gnu: musescore: Update to 3.6.2.
* gnu/packages/music.scm (musescore): Update to 3.6.2.
This commit is contained in:
parent
cf92f22be8
commit
08dae88f55
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Reference in a new issue