[PATCH] gnu: ncmpcpp: Update to 0.10.1.

  • Open
  • quality assurance status badge
Details
One participant
  • Mazin AlHaddad
Owner
unassigned
Submitted by
Mazin AlHaddad
Severity
normal
M
M
Mazin AlHaddad wrote 14 hours ago
(address . guix-patches@gnu.org)(name . Mazin AlHaddad)(address . mazin@getstate.dev)
cc84cbb4b79e42c75119c55907a532e0e0134fd4.1731603710.git.mazin@getstate.dev
* gnu/packages/mpd.scm (ncmpcpp): Update to 0.10.1.
[origin]: Change URI to github.
[inputs]: Add libtool, autoconf-2.71, automake.

Change-Id: Id2662c10c143736d10320550b6ce6fffe841984c
---
gnu/packages/mpd.scm | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)

Toggle diff (39 lines)
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index c5632203dd..5e8b615599 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -296,20 +296,24 @@ (define-public ncmpc
(define-public ncmpcpp
(package
(name "ncmpcpp")
- (version "0.9.2")
+ (version "0.10.1")
(source (origin
- (method url-fetch)
- (uri
- (string-append "https://ncmpcpp.rybczak.net/stable/ncmpcpp-"
- version ".tar.bz2"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ncmpcpp/ncmpcpp")
+ (commit (string-append version))))
+ (file-name (git-file-name name version))
(sha256
(base32
- "06rs734n120jp51hr0fkkhxrm7zscbhpdwls0m5b5cccghazdazs"))))
+ "1chs7xpbsd1kmrdi4z41s0qcl7b661548jj6va1najgm5r5mwxy3"))))
(build-system gnu-build-system)
(inputs (list libmpdclient
boost
readline
ncurses
+ autoconf-2.71
+ libtool
+ automake
taglib
icu4c
curl))

base-commit: c1cb7f1031c5dde2a260d8d8ad7547d6c79cc532
--
2.46.0
?
Your comment

Commenting via the web interface is currently disabled.

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

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