From: Paul van der Walt <paul@denknerd.org>
To: guix-devel@gnu.org
Subject: [PATCH 01/12] gnu: libmpdclient: Update to 2.10.
Date: Thu, 9 Jul 2015 14:23:47 +0200 [thread overview]
Message-ID: <1436444638-20802-1-git-send-email-paul@denknerd.org> (raw)
* gnu/packages/mpd.scm (libmpdclient): Update to 2.10.
---
gnu/packages/mpd.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index f89d3ed..d012f80 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -48,16 +48,16 @@
(define-public libmpdclient
(package
(name "libmpdclient")
- (version "2.9")
+ (version "2.10")
(source (origin
(method url-fetch)
(uri
(string-append "http://musicpd.org/download/libmpdclient/"
(car (string-split version #\.))
- "/libmpdclient-" version ".tar.gz"))
+ "/libmpdclient-" version ".tar.xz"))
(sha256
(base32
- "0csb9r3nlmbwpiryixjr5k33x3zqd61xjhwmlps3a6prck1n1xw2"))))
+ "10pzs9z815a8hgbbbiliapyiw82bnplsccj5irgqjw5f5plcs22g"))))
(build-system gnu-build-system)
(native-inputs `(("doxygen" ,doxygen)))
(synopsis "Music Player Daemon client library")
--
2.4.5
next reply other threads:[~2015-07-09 12:24 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-09 12:23 Paul van der Walt [this message]
2015-07-09 12:23 ` [PATCH 02/12] gnu: mpd: Update to 0.19.10 Paul van der Walt
2015-07-09 16:11 ` Mark H Weaver
2015-07-09 12:23 ` [PATCH 03/12] gnu: mpd-mpc: Update to 0.27 Paul van der Walt
2015-07-09 16:11 ` Mark H Weaver
2015-07-09 12:23 ` [PATCH 04/12] gnu: ncmpcpp: Update to 0.6.5 Paul van der Walt
2015-07-09 16:11 ` Mark H Weaver
2015-07-09 12:23 ` [PATCH 05/12] gnu: ncmpc: Update to 0.24 Paul van der Walt
2015-07-09 16:11 ` Mark H Weaver
2015-07-09 12:23 ` [PATCH 06/12] gnu: libgpg-error: Update to 1.19 Paul van der Walt
2015-07-09 16:13 ` Mark H Weaver
2015-07-09 16:48 ` Paul van der Walt
2015-07-09 16:53 ` Mark H Weaver
2015-07-09 12:23 ` [PATCH 07/12] gnu: libassuan: Update to 2.2.1 Paul van der Walt
2015-07-09 16:14 ` Mark H Weaver
2015-07-09 12:23 ` [PATCH 08/12] gnu: pius: Update to 2.1.1 Paul van der Walt
2015-07-09 16:15 ` Mark H Weaver
2015-07-09 12:23 ` [PATCH 09/12] gnu: npth: Update to 1.2 Paul van der Walt
2015-07-09 16:15 ` Mark H Weaver
2015-07-09 12:23 ` [PATCH 10/12] gnu: gpgme: Update to 1.5.5 Paul van der Walt
2015-07-09 16:15 ` Mark H Weaver
2015-07-09 12:23 ` [PATCH 11/12] gnu: libksba: Update to 1.3.3 Paul van der Walt
2015-07-09 16:16 ` Mark H Weaver
2015-07-09 12:23 ` [PATCH 12/12] gnu: pinentry: Update to 1.9.5 Paul van der Walt
2015-07-09 16:17 ` Mark H Weaver
2015-07-09 16:10 ` [PATCH 01/12] gnu: libmpdclient: Update to 2.10 Mark H Weaver
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1436444638-20802-1-git-send-email-paul@denknerd.org \
--to=paul@denknerd.org \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).