mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: musescore: Update to 4.2.1.
* gnu/packages/music.scm (musescore): Update to 4.2.1. Change-Id: I99895852743c5f3ffa1cd79d5b815ed452e09ff3
This commit is contained in:
parent
bc07e0c4bf
commit
a5ca47bc3d
1 changed files with 2 additions and 2 deletions
|
@ -5047,7 +5047,7 @@ (define-public sfizz
|
|||
(define-public musescore
|
||||
(package
|
||||
(name "musescore")
|
||||
(version "4.1.1")
|
||||
(version "4.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5056,7 +5056,7 @@ (define-public musescore
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "12h26k9qnsq027gdpch579nchwrqva1ymwm2fj5xmlh0aayrwy4d"))
|
||||
(base32 "0rc5ma1k0cjllfl86apbyj61sh0691lsmqnvqicyn0zi53z8w9v0"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue