gnu: frescobaldi: Update to 3.1.2.

* gnu/packages/music.scm (frescobaldi): Update to 3.1.2.
This commit is contained in:
Nicolas Goaziou 2020-05-01 16:37:07 +02:00
parent a5e4713015
commit 88c586f324
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2035,7 +2035,7 @@ (define-public python-pyportmidi
(define-public frescobaldi
(package
(name "frescobaldi")
(version "3.1.1")
(version "3.1.2")
(source
(origin
(method url-fetch)
@ -2043,7 +2043,7 @@ (define-public frescobaldi
"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