guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: frescobaldi: Update to 3.1.2.


From: guix-commits
Subject: branch master updated: gnu: frescobaldi: Update to 3.1.2.
Date: Fri, 01 May 2020 10:37:20 -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 88c586f  gnu: frescobaldi: Update to 3.1.2.
88c586f is described below

commit 88c586f324114e4c3fa532e4561e12878daed04f
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Fri May 1 16:37:07 2020 +0200

    gnu: frescobaldi: Update to 3.1.2.
    
    * gnu/packages/music.scm (frescobaldi): Update to 3.1.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 589f158..8e64428 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2035,7 +2035,7 @@ using a system-independent interface.")
 (define-public frescobaldi
   (package
     (name "frescobaldi")
-    (version "3.1.1")
+    (version "3.1.2")
     (source
      (origin
        (method url-fetch)
@@ -2043,7 +2043,7 @@ using a system-independent interface.")
              "https://github.com/wbsoft/frescobaldi/releases/download/v";
              version "/frescobaldi-" version ".tar.gz"))
        (sha256
-        (base32 "0kfwvgygx2ds01w8g7vzykfrajglmr2brchk9d67ahzijpgvfkj5"))))
+        (base32 "084vxzvxnxl5rrhllincnh6krsyi03c8p0452ppzmn9c52wgyb2w"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests included



reply via email to

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