gnu: frescobaldi: Update to 2.18.2.
* gnu/packages/music.scm (frescobaldi): Update to 2.18.2.
This commit is contained in:
parent
5c85c7265a
commit
7ff165da48
|
@ -817,7 +817,7 @@ projects.")
|
||||||
(define-public frescobaldi
|
(define-public frescobaldi
|
||||||
(package
|
(package
|
||||||
(name "frescobaldi")
|
(name "frescobaldi")
|
||||||
(version "2.18.1")
|
(version "2.18.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -825,7 +825,7 @@ projects.")
|
||||||
version "/frescobaldi-" version ".tar.gz"))
|
version "/frescobaldi-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hflc6gck6dn17czc2ldai5j0ynfg3df8lqcggdry06qxsdbnns7"))))
|
"1yns7nq2a2hz5rv4xjp21bgcdi1xj6fq48lqjrld7ypqqi5nfjp5"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("lilypond" ,lilypond)
|
`(("lilypond" ,lilypond)
|
||||||
|
|
Loading…
Reference in New Issue