mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: frescobaldi: Update to 2.19.0.
* gnu/packages/music.scm (frescobaldi): Update to 2.19.0.
This commit is contained in:
parent
c5ad883b16
commit
4b2eede485
1 changed files with 2 additions and 2 deletions
|
@ -866,7 +866,7 @@ projects.")
|
|||
(define-public frescobaldi
|
||||
(package
|
||||
(name "frescobaldi")
|
||||
(version "2.18.2")
|
||||
(version "2.19.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -874,7 +874,7 @@ projects.")
|
|||
version "/frescobaldi-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1yns7nq2a2hz5rv4xjp21bgcdi1xj6fq48lqjrld7ypqqi5nfjp5"))))
|
||||
"1rnk8i8dlshzx16n2qxcsqcs7kywgyazzyzw2vy4vp2gsm9vs9ml"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
`(("lilypond" ,lilypond)
|
||||
|
|
Loading…
Reference in a new issue