guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: mp3splt: Update to 2.6.2.


From: Kei Kebreau
Subject: 01/01: gnu: mp3splt: Update to 2.6.2.
Date: Sun, 5 Mar 2017 13:13:45 -0500 (EST)

kkebreau pushed a commit to branch master
in repository guix.

commit 2041f9019ee56e281a4d8bb8937583733089c8a6
Author: Kei Kebreau <address@hidden>
Date:   Sun Mar 5 13:12:03 2017 -0500

    gnu: mp3splt: Update to 2.6.2.
    
    * gnu/packages/mp3.scm (mp3splt): Update to 2.6.2.
    [native-inputs]: Add pkg-config.
---
 gnu/packages/mp3.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 800faee..78c2b2f 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]