mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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
1 changed files with 3 additions and 2 deletions
|
@ -263,7 +263,7 @@ (define-public libmp3splt
|
|||
(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 @@ (define-public mp3splt
|
|||
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 a new issue