gnu: twolame: Update to 0.4.0.
* gnu/packages/audio.scm (twolame): Update to 0.4.0. [source](snippet): Remove.master
parent
72e7cba286
commit
196e35794c
|
@ -2771,22 +2771,14 @@ conversion. It may be used, for example, to resample PCM-encoded audio.")
|
||||||
(define-public twolame
|
(define-public twolame
|
||||||
(package
|
(package
|
||||||
(name "twolame")
|
(name "twolame")
|
||||||
(version "0.3.13")
|
(version "0.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/twolame/twolame/" version
|
(uri (string-append "mirror://sourceforge/twolame/twolame/" version
|
||||||
"/twolame-" version ".tar.gz"))
|
"/twolame-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ahiqqng5pidwhj1wzph4vxxgxxgcfa3gl0gywipzx2ii7s35wwq"))
|
(base32 "0zf8sxqb02w07ah55b1y7ab643zmpbhn62spa9pqra0rc17l4dfc"))))
|
||||||
(modules '((guix build utils)))
|
|
||||||
;; The tests break with Perl 5.24:
|
|
||||||
;; https://github.com/njh/twolame/issues/21
|
|
||||||
;; TODO: Remove this snippet when upgrading twolame.
|
|
||||||
(snippet
|
|
||||||
'(begin
|
|
||||||
(substitute* "tests/test.pl" (("\\(@_\\)") "($_[0])"))
|
|
||||||
#t))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libsndfile" ,libsndfile)))
|
`(("libsndfile" ,libsndfile)))
|
||||||
|
|
Reference in New Issue