3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: denemo: Update to 2.4.0.

* gnu/packages/music.scm (denemo): Update to 2.4.0.
This commit is contained in:
Nicolas Goaziou 2020-05-25 19:12:55 +02:00
parent a422d9f3b6
commit c5e6a7fed8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -384,14 +384,14 @@ many input formats and provides a customisable Vi-style user interface.")
(define-public denemo (define-public denemo
(package (package
(name "denemo") (name "denemo")
(version "2.3.0") (version "2.4.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/denemo/" (uri (string-append "mirror://gnu/denemo/"
"denemo-" version ".tar.gz")) "denemo-" version ".tar.gz"))
(sha256 (sha256
(base32 "1blkcl3slbsq9jlhwcf2m9v9g38a0sjfhh9advgi2qr1gxri08by")))) (base32 "145kq0zfgdadykl3i6na221i4s5wzdrcqq48amzyfarnrqk2rmpd"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases `(#:phases