diff mbox series

[bug#61805] gnu: mpg123: Update to 1.31.2.

Message ID 20230226105537.11414-1-va511e@yahoo.com
State New
Headers show
Series [bug#61805] gnu: mpg123: Update to 1.31.2. | expand

Commit Message

Vasile Dumitrascu Feb. 26, 2023, 10:55 a.m. UTC
* gnu/packages/mp3.scm (mpg123): Update to 1.31.2.
---
 gnu/packages/mp3.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Tobias Geerinckx-Rice Feb. 26, 2023, 1:31 p.m. UTC | #1
Vasile,

Vasile Dumitrascu via Guix-patches via 写道:
> * gnu/packages/mp3.scm (mpg123): Update to 1.31.2.

Pushed as a52074001ffe01d6d864f0b70d624b6a0a64bba7.  Thanks!

Kind regards,

T G-R
diff mbox series

Patch

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 3aa24c75ab..388ba27e10 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -12,6 +12,7 @@ 
 ;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
 ;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
 ;;; Copyright © 2022 Joeke de Graaf <joeke@posteo.net>
+;;; Copyright © 2023 Vasile Dumitrascu <va511e@yahoo.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -409,7 +410,7 @@  (define-public mp3splt
 (define-public mpg123
   (package
     (name "mpg123")
-    (version "1.28.2")
+    (version "1.31.2")
     (source
      (origin
        (method url-fetch)
@@ -419,7 +420,7 @@  (define-public mpg123
                    "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