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.2.


From: guix-commits
Subject: branch master updated: gnu: musescore: Update to 3.6.2.
Date: Thu, 11 Feb 2021 08:33:25 -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 08dae88  gnu: musescore: Update to 3.6.2.
08dae88 is described below

commit 08dae88f55162cfc8c54036e7e4b7c9657cdd557
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 11 14:32:46 2021 +0100

    gnu: musescore: Update to 3.6.2.
    
    * gnu/packages/music.scm (musescore): Update to 3.6.2.
---
 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 3da44e8..143c5d6 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4511,7 +4511,7 @@ standalone JACK client and an LV2 plugin is also 
available.")
 (define-public musescore
   (package
     (name "musescore")
-    (version "3.6.1")
+    (version "3.6.2")
     (source
      (origin
        (method git-fetch)
@@ -4520,7 +4520,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 "087j474sdm8vcjczfqlbb1hpcvgvdghjsd132db9dlqwpgk4hmnv"))
+        (base32 "0szvb6mlzy9df9lrq546rrpixa480knzij1wgh6ilflxz87q048q"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove unused libraries.



reply via email to

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