mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01:00
gnu: denemo: Update to 2.6.0.
* gnu/packages/music.scm (denemo): Update to 2.6.0.
This commit is contained in:
parent
b9b263d350
commit
ab042de0f7
1 changed files with 2 additions and 2 deletions
|
@ -619,13 +619,13 @@ many input formats and provides a customisable Vi-style user interface.")
|
|||
(define-public denemo
|
||||
(package
|
||||
(name "denemo")
|
||||
(version "2.5.0")
|
||||
(version "2.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/denemo/denemo-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "05kwy8894hsxr6123hc854j2qq2sxyjw721zk4g3vzz8pw29p887"))))
|
||||
(base32 "0pdmjij2635jbw2a24ivk1y4w0z58jbmq9vnz3qrfzw4d469grab"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Add table
Reference in a new issue