mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: liblo: Update to 0.30.
* gnu/packages/audio.scm (liblo): Update to 0.30.
This commit is contained in:
parent
248f651e77
commit
6a7ef08aa9
1 changed files with 2 additions and 2 deletions
|
@ -1741,14 +1741,14 @@ (define-public libbs2b
|
|||
(define-public liblo
|
||||
(package
|
||||
(name "liblo")
|
||||
(version "0.29")
|
||||
(version "0.30")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/liblo/liblo/" version
|
||||
"/liblo-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0sn0ckc1d0845mhsaa62wf7f9v0c0ykiq796a30ja5096kib9qdc"))))
|
||||
"06wdjzxjdshr6hyl4c94yvg3jixiylap8yjs8brdfpm297gck9rh"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(;; liblo test FAILED
|
||||
|
|
Loading…
Reference in a new issue