diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-05 05:27:43 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-05 06:38:59 +0200 |
commit | ce9ae8a1c3fa741275e76932bf2f5afaff30a04b (patch) | |
tree | cf45611d5d8213f816f2f00b5bb7946e8a9468a7 /gnu | |
parent | 97678006873b78d9eeb1983b496c95ef21488d6a (diff) | |
download | patches-ce9ae8a1c3fa741275e76932bf2f5afaff30a04b.tar patches-ce9ae8a1c3fa741275e76932bf2f5afaff30a04b.tar.gz |
gnu: musescore: Update to 2.2.1.
* gnu/packages/music.scm (musescore): Update to 2.2.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/music.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 27fddfcf6c..bb98f5b6a1 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -3482,7 +3482,7 @@ audio samples and various soft sythesizers. It can receive input from a MIDI ke (define-public musescore (package (name "musescore") - (version "2.2") + (version "2.2.1") (source (origin (method url-fetch) (uri (string-append @@ -3491,7 +3491,7 @@ audio samples and various soft sythesizers. It can receive input from a MIDI ke (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1qnmmh05z1kzcwa8vddywrxs8g7zvp5vpwz4v7w7c135hjwrb6jy")) + "1ml99ayzpdyd18cypcp0lbsbasfg3abw57i5fl7ph5739vikj6i6")) (modules '((guix build utils))) (snippet ;; Un-bundle OpenSSL and remove unused libraries. |