me
/
guix
Archived
1
0
Fork 0

gnu: musescore: Update to 3.3.2.

* gnu/packages/music.scm (musescore): Update to 3.3.2.
master
Nicolas Goaziou 2019-11-21 17:10:25 +01:00
parent 430e152899
commit d20956a401
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -3804,7 +3804,7 @@ audio samples and various soft sythesizers. It can receive input from a MIDI ke
(define-public musescore
(package
(name "musescore")
(version "3.3")
(version "3.3.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -3813,7 +3813,7 @@ audio samples and various soft sythesizers. It can receive input from a MIDI ke
(file-name (git-file-name name version))
(sha256
(base32
"15ckjwvp3xigjkzmp1ddzvlm4d0vlk9i1axyfxg3hr2sia84yxvi"))
"0r2xhhwv09v8ykgvh38fgpmpcmkra7lvhv7714xp7vb0wpcnh8l3"))
(modules '((guix build utils)))
(snippet
;; Un-bundle OpenSSL and remove unused libraries.