gnu: frescobaldi: Update to 3.1.1.
* gnu/packages/music.scm (frescobaldi): Update to 3.1.1.
This commit is contained in:
parent
24319a83ca
commit
eaa3cb1eb4
1 changed files with 15 additions and 14 deletions
|
@ -2032,25 +2032,26 @@ using a system-independent interface.")
|
||||||
(define-public frescobaldi
|
(define-public frescobaldi
|
||||||
(package
|
(package
|
||||||
(name "frescobaldi")
|
(name "frescobaldi")
|
||||||
(version "3.0.0")
|
(version "3.1.1")
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://github.com/wbsoft/frescobaldi/releases/download/v"
|
"https://github.com/wbsoft/frescobaldi/releases/download/v"
|
||||||
version "/frescobaldi-" version ".tar.gz"))
|
version "/frescobaldi-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0kfwvgygx2ds01w8g7vzykfrajglmr2brchk9d67ahzijpgvfkj5"))))
|
||||||
"15cqhbjbjikr7ljgiq56bz2gxrr38j8p0f78p2vhyzydaviy9a2z"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments `(#:tests? #f)) ; no tests included
|
(arguments
|
||||||
|
`(#:tests? #f)) ;no tests included
|
||||||
(inputs
|
(inputs
|
||||||
`(("lilypond" ,lilypond)
|
`(("lilypond" ,lilypond)
|
||||||
("portmidi" ,portmidi)
|
|
||||||
("python-pyqt" ,python-pyqt)
|
|
||||||
("python-ly" ,python-ly)
|
|
||||||
("python-pyportmidi" ,python-pyportmidi)
|
|
||||||
("poppler" ,poppler)
|
("poppler" ,poppler)
|
||||||
|
("portmidi" ,portmidi)
|
||||||
|
("python-ly" ,python-ly)
|
||||||
("python-poppler-qt5" ,python-poppler-qt5)
|
("python-poppler-qt5" ,python-poppler-qt5)
|
||||||
|
("python-pyportmidi" ,python-pyportmidi)
|
||||||
|
("python-pyqt" ,python-pyqt)
|
||||||
("python-sip" ,python-sip)))
|
("python-sip" ,python-sip)))
|
||||||
(home-page "http://www.frescobaldi.org/")
|
(home-page "http://www.frescobaldi.org/")
|
||||||
(synopsis "LilyPond sheet music text editor")
|
(synopsis "LilyPond sheet music text editor")
|
||||||
|
|
Reference in a new issue