guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: musescore: Update to 3.6.


From: guix-commits
Subject: branch master updated: gnu: musescore: Update to 3.6.
Date: Tue, 19 Jan 2021 17:13:15 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6340fe6  gnu: musescore: Update to 3.6.
6340fe6 is described below

commit 6340fe6f0c06386f0c9db7dee36d1d737db0e568
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jan 19 23:12:51 2021 +0100

    gnu: musescore: Update to 3.6.
    
    * gnu/packages/music.scm (musescore): Update to 3.6.
---
 gnu/packages/music.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index be05169..5902cf5 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4434,7 +4434,7 @@ standalone JACK client and an LV2 plugin is also 
available.")
 (define-public musescore
   (package
     (name "musescore")
-    (version "3.5.2")
+    (version "3.6")
     (source
      (origin
        (method git-fetch)
@@ -4443,7 +4443,7 @@ standalone JACK client and an LV2 plugin is also 
available.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0yzps5xxa50cr2i5iv2ycjdywd0mcrdd6hx93l4p8lfljag3w3al"))
+        (base32 "0c9yf8irkism3ffzzpkx636wa6b1r1lgpsb2x63pr0gbi5ss5kyh"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove unused libraries.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]