gnu: mp3splt: Update to 2.6.2.

* gnu/packages/mp3.scm (mp3splt): Update to 2.6.2.
[native-inputs]: Add pkg-config.
This commit is contained in:
Kei Kebreau 2017-03-05 13:12:03 -05:00
parent 67a8298c09
commit 2041f9019e
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 3 additions and 2 deletions

View File

@ -263,7 +263,7 @@ This package contains the library.")
(define-public mp3splt
(package
(name "mp3splt")
(version "2.5.1")
(version "2.6.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/mp3splt/mp3splt/"
@ -271,8 +271,9 @@ This package contains the library.")
version ".tar.gz"))
(sha256
(base32
"106dnka56prlc9nsfh300f8841am2lmkwlzgl9lkr25mgnc35wwh"))))
"1aiv20gypb6r84qabz8gblk8vi42cg3x333vk2pi3fyqvl82phry"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)))
(inputs `(("libmp3splt" ,libmp3splt)))
(synopsis "Utility for splitting mp3 and ogg vorbis files")
(description