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


From: guix-commits
Subject: branch master updated: gnu: musescore: Update to 3.5.1.
Date: Wed, 14 Oct 2020 16:34:49 -0400

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 dd64251  gnu: musescore: Update to 3.5.1.
dd64251 is described below

commit dd642517aee1e67045a5317c1eab247c88701f59
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Oct 14 22:34:14 2020 +0200

    gnu: musescore: Update to 3.5.1.
    
    * gnu/packages/music.scm (musescore): Update to 3.5.1.
---
 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 6693f34..60a624d 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4167,7 +4167,7 @@ audio samples and various soft sythesizers.  It can 
receive input from a MIDI ke
 (define-public musescore
   (package
     (name "musescore")
-    (version "3.5")
+    (version "3.5.1")
     (source
      (origin
        (method git-fetch)
@@ -4176,7 +4176,7 @@ audio samples and various soft sythesizers.  It can 
receive input from a MIDI ke
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1s8767imzv9hclpzvvvsqb3iyiv4y2klr6agf95zwym2xafy8p26"))
+        (base32 "01jj6rbvbjxvmv6q13a22vfqp3id52a5mf2a1vzph2giz7pr313x"))
        (modules '((guix build utils)))
        (snippet
         ;; Un-bundle OpenSSL and remove unused libraries.



reply via email to

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