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


From: guix-commits
Subject: branch master updated: gnu: frescobaldi: Update to 3.1.1.
Date: Sat, 04 Apr 2020 20:28:35 -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 eaa3cb1  gnu: frescobaldi: Update to 3.1.1.
eaa3cb1 is described below

commit eaa3cb1eb431ee45694d8ce7cb0ea329effcc4bb
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Sun Apr 5 02:28:26 2020 +0200

    gnu: frescobaldi: Update to 3.1.1.
    
    * gnu/packages/music.scm (frescobaldi): Update to 3.1.1.
---
 gnu/packages/music.scm | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index b863f3e..c2724c7 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2032,25 +2032,26 @@ using a system-independent interface.")
 (define-public frescobaldi
   (package
     (name "frescobaldi")
-    (version "3.0.0")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "https://github.com/wbsoft/frescobaldi/releases/download/v";
-                    version "/frescobaldi-" version ".tar.gz"))
-              (sha256
-               (base32
-                "15cqhbjbjikr7ljgiq56bz2gxrr38j8p0f78p2vhyzydaviy9a2z"))))
+    (version "3.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/wbsoft/frescobaldi/releases/download/v";
+             version "/frescobaldi-" version ".tar.gz"))
+       (sha256
+        (base32 "0kfwvgygx2ds01w8g7vzykfrajglmr2brchk9d67ahzijpgvfkj5"))))
     (build-system python-build-system)
-    (arguments `(#:tests? #f)) ; no tests included
+    (arguments
+     `(#:tests? #f))                    ;no tests included
     (inputs
      `(("lilypond" ,lilypond)
+       ("poppler" ,poppler)
        ("portmidi" ,portmidi)
-       ("python-pyqt" ,python-pyqt)
        ("python-ly" ,python-ly)
-       ("python-pyportmidi" ,python-pyportmidi)
-       ("poppler" ,poppler)
        ("python-poppler-qt5" ,python-poppler-qt5)
+       ("python-pyportmidi" ,python-pyportmidi)
+       ("python-pyqt" ,python-pyqt)
        ("python-sip" ,python-sip)))
     (home-page "http://www.frescobaldi.org/";)
     (synopsis "LilyPond sheet music text editor")



reply via email to

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