[PATCH] gnu: mpd: Update to 0.23.10.

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

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
20221022030345.4723-1-kiasoc5@disroot.org
* gnu/packages/mpd.scm (mpd): Update to 0.23.10.
[inputs]: Add pipewire-0.3.
---
gnu/packages/mpd.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 329574e7f7..4e9cb0cb37 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -110,7 +110,7 @@ (define-public libmpdclient
(define-public mpd
(package
(name "mpd")
- (version "0.23.8")
+ (version "0.23.10")
(source (origin
(method url-fetch)
(uri
@@ -119,7 +119,7 @@ (define-public mpd
"/mpd-" version ".tar.xz"))
(sha256
(base32
- "1kvq9shd6b7y02r386s1chjmvs44wij5bfzn6qgq46dmyfdmdfw6"))))
+ "1a764k504nh9vqmsd92qh8sg03fwns19d7mypm618j6c8bmqqp30"))))
(build-system meson-build-system)
(arguments
(list
@@ -158,6 +158,7 @@ (define-public mpd
libsndfile
libvorbis
opus
+ pipewire-0.3
pulseaudio
sqlite
zlib))

base-commit: 863c228bfd53aac478eee46f6ee54d87fee9d764
--
2.38.0
Efraim Flashner wrote 2 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 58705-done@debbugs.gnu.org)
Y1UmsZvltMZ5ocZE@3900XT
Looks good. 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-----

iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmNVJrEACgkQQarn3Mo9
g1FUnBAAhA4tzE33qm2Zg36+C1HZWy+XvOifP/TIFxIm2HaDJwNGP1H0edK7Vn5d
xgpdAxl3v86S3NAcR6+lMlenu4VSkj8/23MxLZnjLoXZPNWx3VBzp986zHskOXwi
NWs+kpsQCVflyF7kvwHvUzLLIDooYIREj3VW6xBR0QUWNDyXs/b+F0I+wnjdWBoE
S7o4L0SSOZk0I03rdKnJ6MrTFdlendVR4UHQg15Wxp2Seq0Bhxb4W8G+jBd6D4j0
RWdwa+WAcLPsbgwN514e/5F44+lcHl+I3iuj7PtWVPueUr+PyuktSDI/YDf/VuBc
RsXbErieQJO/USD5sdORNgXysnpEBndZHECKYtbnDqQngR5PKgWLBmIzSKxDa7aG
OUSV8RnnEEzFUivuB0q7c9gN/M2kRO1ntYC8OxLumcej9AzZjFuHm9VBKIICizHJ
ETNJhxM+SFTolC0Rpc2kZplCzfSI0+dAG3lqw0MGKoHZH1Lq78V7qu/TC2ABo446
uuzHskHJRO/0v+/dZ9XKkYH0S2Ex8KANQQeB5ZzzDMRwaHWK7xHDsih/WES/QBYT
e8iT64Uf7f3ZJ9GSheT4f2WrHA+rM2A8/pb0HXd95LUExmt8LU+hTbH1Aj0Km0Go
MG1qjtZKXCi2ApDsZibXc2BU6YNpv1ykTMro/Qt89APDFPo7I08=
=cQAv
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 58705
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