[PATCH] gnu: mpg123: Update to 1.26.4.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201227163715.8176-1-vincent.legoll@gmail.com
* gnu/packages/mp3.scm (mpg123): Update to 1.26.4.
---
gnu/packages/mp3.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 4bdbe8b487..b1d4d3783f 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -325,7 +325,7 @@ This package contains the binary.")
(define-public mpg123
(package
(name "mpg123")
- (version "1.26.3")
+ (version "1.26.4")
(source
(origin
(method url-fetch)
@@ -335,7 +335,7 @@ This package contains the binary.")
"https://www.mpg123.org/download/mpg123-"
version ".tar.bz2")))
(sha256
- (base32 "0vkcfdx0mqq6lmpczsmpa2jsb0s6dryx3i7gvr32i3w9b9w9ij9h"))))
+ (base32 "0m34hjssgslcsns8lj1n7f32iyiw547qgba9j2r6d9pp1ma92688"))))
(build-system gnu-build-system)
(arguments '(#:configure-flags '("--with-default-audio=pulse")))
(native-inputs
--
2.29.2
Efraim Flashner wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45469-done@debbugs.gnu.org)
X+n8rwt15RkHW2lm@3900XT
I didn't test wine but everything else built just fine. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/p/KsACgkQQarn3Mo9
g1HO1A//aFBeZ/VsbYFn2wyLodVwcynvPiJ+VBPotfwjJSj9A82cV3Bdr25Fwonf
7wJtUsNYXxC76CJi5tdtA9V5Md53Gcy9D64Ps3sczEqo+pvhUbvKSHa30yZZqopn
MisKw1RDAzA1CULwd6e6jlLzITK2Mu7HJi2uaXoqByPAuQBlMUC6DMhFlwhuH6p1
VSj8Nn5dKR+hzuCwLECPRnxwDF+ZB3pub8DHKW0t0ZIEpG27Z4PoUx/BtwSVGghr
ACUVdnGOya/vEb3JddS3xX3W7tcBO2bVpkOttak7eoQVeEEkOhtnz5+3/Z2nEK1L
dhHtaHwCf9dTbACVaYF85rGZpyBHPmhPoTHbeBrxmELJAu6J5+jgju4SyqsQzPNX
CgXz+WTO8ZDxm4i23y/W0uwRGIHo6h+62+TFSBWxpQrEvky+f+isYxvc7Ud4dfHH
Q+QOYZXwREzxcEDEQ0mZbFqHW6ckKGX0M9FqB9xwNVYs3hV2YJfUJG8md/PWJ4SB
qB/EdUYkSjSQycg8WQciaCbJkkZY60NBNYfsdPnaxF6NqwMK3OqaP7Q+pIuisRo9
QcUBno9i8fVr1G+7wRVDKlM2R9quqAXUHL00EU1PDMuQ0B34HEdXUhXSOSZKWVff
2pVUwvrtvYiVKgTfrw0Dpffe/7FxublYGpQJCX6BBKN42ehdo7s=
=VdPh
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45469@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45469
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help