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:
parent
67a8298c09
commit
2041f9019e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue