gnu: musescore: Update to 4.0.1.
* gnu/packages/music.scm (musescore): Update to 4.0.1.
This commit is contained in:
parent
957d104a53
commit
2f87c51ca5
1 changed files with 2 additions and 2 deletions
|
|
@ -4874,7 +4874,7 @@ includes LV2 plugins and a JACK standalone client.")
|
|||
(define-public musescore
|
||||
(package
|
||||
(name "musescore")
|
||||
(version "4.0")
|
||||
(version "4.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -4883,7 +4883,7 @@ includes LV2 plugins and a JACK standalone client.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "16rcwr6fzghv8100syzicabqg8jqvng3zzsi6h3ja4zkp9hcbkcr"))
|
||||
(base32 "0x1aahpbvss3sjydcq6xdh198fmslgypixmd2gckfwjqzady662y"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
|
|||
Reference in a new issue