gnu: musescore: Update to 2.3.1.

* gnu/packages/music.scm (musescore): Update to 2.3.1.
This commit is contained in:
Nicolas Goaziou 2018-07-07 01:03:42 +02:00
parent c2808d4c67
commit 1695b8c7c0
No known key found for this signature in database
GPG Key ID: A834B9E080A93738
1 changed files with 2 additions and 2 deletions

View File

@ -3513,7 +3513,7 @@ audio samples and various soft sythesizers. It can receive input from a MIDI ke
(define-public musescore
(package
(name "musescore")
(version "2.3")
(version "2.3.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -3522,7 +3522,7 @@ audio samples and various soft sythesizers. It can receive input from a MIDI ke
(file-name (git-file-name name version))
(sha256
(base32
"1y5x0a40x7ji4g4181adm95qxk2dfjiy5xb5wksps90ji9q2qlcs"))
"00inrw9g8g34g74bhg5gp0rr5nydhjraiyn7vpl7kaqi5yzmhawd"))
(modules '((guix build utils)))
(snippet
;; Un-bundle OpenSSL and remove unused libraries.