guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: mpg123: Update to 1.31.2.


From: guix-commits
Subject: 05/06: gnu: mpg123: Update to 1.31.2.
Date: Sun, 26 Feb 2023 08:17:26 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a52074001ffe01d6d864f0b70d624b6a0a64bba7
Author: Vasile Dumitrascu via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Sun Feb 26 11:55:37 2023 +0100

    gnu: mpg123: Update to 1.31.2.
    
    * gnu/packages/mp3.scm (mpg123): Update to 1.31.2.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 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 3aa24c75ab..80e3b35469 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -409,7 +409,7 @@ This package contains the binary.")
 (define-public mpg123
   (package
     (name "mpg123")
-    (version "1.28.2")
+    (version "1.31.2")
     (source
      (origin
        (method url-fetch)
@@ -419,7 +419,7 @@ This package contains the binary.")
                    "https://www.mpg123.org/download/mpg123-";
                    version ".tar.bz2")))
        (sha256
-        (base32 "006v44nz4nkpgvxz1k2vbbrfpa2m47hyydscs0wf3iysiyvd9vvy"))))
+        (base32 "1pn777l9m7qbsx4v93gnav8bf6yi3skzdz8x81mkpx1ibs824zxi"))))
     (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]