guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: lame: Update to 3.100.


From: Marius Bakke
Subject: 03/03: gnu: lame: Update to 3.100.
Date: Sat, 21 Oct 2017 18:42:03 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 3d679ab1e5f469bf057402ef11d3fe4b3a20cf41
Author: Marius Bakke <address@hidden>
Date:   Sun Oct 22 00:33:29 2017 +0200

    gnu: lame: Update to 3.100.
    
    * gnu/packages/mp3.scm (lame): Update to 3.100.
    [source]: Don't hard-code version.
---
 gnu/packages/mp3.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 5795596..a75b1f3 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -43,6 +43,7 @@
   #:use-module (gnu packages video)               ;ffmpeg
   #:use-module (guix packages)
   #:use-module (guix download)
+  #:use-module (guix utils)
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system python)
   #:use-module (guix build-system cmake))
@@ -348,14 +349,15 @@ use with CD-recording software).")
 (define-public lame
   (package
     (name "lame")
-    (version "3.99.5")
+    (version "3.100")
     (source (origin
              (method url-fetch)
-             (uri (string-append "mirror://sourceforge/lame/lame/3.99/lame-"
+             (uri (string-append "mirror://sourceforge/lame/lame/"
+                                 (version-major+minor version) "/lame-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "1zr3kadv35ii6liia0bpfgxpag27xcivp571ybckpbz4b10nnd14"))))
+               "07nsn5sy3a8xbmw1bidxnsj5fj6kg9ai04icmqw40ybkp353dznx"))))
     (build-system gnu-build-system)
     ;; XXX FIXME: Use gcc-4.8 on i686 to work around
     ;; <http://bugs.gnu.org/20856>.



reply via email to

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