all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61805] [PATCH] gnu: mpg123: Update to 1.31.2.
       [not found] <20230226105537.11414-1-va511e.ref@yahoo.com>
@ 2023-02-26 10:55 ` Vasile Dumitrascu via Guix-patches via
  2023-02-26 13:31   ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Vasile Dumitrascu via Guix-patches via @ 2023-02-26 10:55 UTC (permalink / raw)
  To: 61805; +Cc: Vasile Dumitrascu

* gnu/packages/mp3.scm (mpg123): Update to 1.31.2.
---
 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 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
-- 
2.39.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#61805] [PATCH] gnu: mpg123: Update to 1.31.2.
  2023-02-26 10:55 ` [bug#61805] [PATCH] gnu: mpg123: Update to 1.31.2 Vasile Dumitrascu via Guix-patches via
@ 2023-02-26 13:31   ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2023-02-26 13:31 UTC (permalink / raw)
  To: Vasile Dumitrascu; +Cc: 61805-done, 61805

[-- Attachment #1: Type: text/plain, Size: 205 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-26 13:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230226105537.11414-1-va511e.ref@yahoo.com>
2023-02-26 10:55 ` [bug#61805] [PATCH] gnu: mpg123: Update to 1.31.2 Vasile Dumitrascu via Guix-patches via
2023-02-26 13:31   ` Tobias Geerinckx-Rice via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.