guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: mpg123: Update to 1.26.3.


From: guix-commits
Subject: 04/05: gnu: mpg123: Update to 1.26.3.
Date: Sat, 25 Jul 2020 07:18:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 46b5e67eafdc6467c8dd4a720e24d3bd54a94ae0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jul 24 22:53:20 2020 +0200

    gnu: mpg123: Update to 1.26.3.
    
    * gnu/packages/mp3.scm (mpg123): Update to 1.26.3.
---
 gnu/packages/mp3.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 6c09c5c..92e3d5d 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -310,7 +310,7 @@ This package contains the binary.")
 (define-public mpg123
   (package
     (name "mpg123")
-    (version "1.26.1")
+    (version "1.26.3")
     (source
      (origin
        (method url-fetch)
@@ -320,7 +320,7 @@ This package contains the binary.")
                    "https://www.mpg123.org/download/mpg123-";
                    version ".tar.bz2")))
        (sha256
-        (base32 "0cp01wdy77ggzqzzasxd5jd9iypcly5m4c89idc9mpgknyd65mkl"))))
+        (base32 "0vkcfdx0mqq6lmpczsmpa2jsb0s6dryx3i7gvr32i3w9b9w9ij9h"))))
     (build-system gnu-build-system)
     (arguments '(#:configure-flags '("--with-default-audio=pulse")))
     (native-inputs



reply via email to

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