unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Mazin AlHaddad <mazin@getstate.dev>
To: 74354@debbugs.gnu.org
Cc: Mazin AlHaddad <mazin@getstate.dev>
Subject: [bug#74354] [PATCH] gnu: ncmpcpp: Update to 0.10.1.
Date: Thu, 14 Nov 2024 20:06:12 +0300	[thread overview]
Message-ID: <cc84cbb4b79e42c75119c55907a532e0e0134fd4.1731603710.git.mazin@getstate.dev> (raw)

* 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(-)

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





             reply	other threads:[~2024-11-14 17:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-14 17:06 Mazin AlHaddad [this message]
2024-11-20 10:13 ` bug#74354: [PATCH] gnu: ncmpcpp: Update to 0.10.1 Z572

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=cc84cbb4b79e42c75119c55907a532e0e0134fd4.1731603710.git.mazin@getstate.dev \
    --to=mazin@getstate.dev \
    --cc=74354@debbugs.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).