3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: musescore: Update to 3.3.3.

* gnu/packages/music.scm (musescore): Update to 3.3.3.
This commit is contained in:
Nicolas Goaziou 2019-11-26 17:48:03 +01:00
parent b392de0c19
commit 2894bd60db
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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