all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: mp3info: Update urls.
@ 2015-12-06 17:41 Alex Vong
  2015-12-06 22:14 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Vong @ 2015-12-06 17:41 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 139 bytes --]

Hi guix,

I think the ftp url of mp3info does not work anymore, so I replace it
with the http url.

Can anyone confirm this?

Cheers,
Alex

[-- Attachment #2: 0001-gnu-mp3info-Update-urls.patch --]
[-- Type: text/x-diff, Size: 1080 bytes --]

From db5865a1bc824055e269cfe31347669e9a9ae645 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@gmail.com>
Date: Mon, 7 Dec 2015 00:33:08 +0800
Subject: [PATCH] gnu: mp3info: Update urls.

* gnu/packages/mp3.scm (mp3info): Update source url.
---
 gnu/packages/mp3.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index ae94869..5a551d2 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -171,8 +171,10 @@ Speex, WavPack TrueAudio, WAV, AIFF, MP4 and ASF files.")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/mp3info-"
-                    version ".tgz"))
+                    "http://ibiblio.org"
+                    "/pub/linux/apps/sound/mp3-utils/mp3info/mp3info-"
+                    version
+                    ".tgz"))
               (sha256
                (base32
                 "042f1czcs9n2sbqvg4rsvfwlqib2gk976mfa2kxlfjghx5laqf04"))
-- 
2.6.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-06 22:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-06 17:41 [PATCH] gnu: mp3info: Update urls Alex Vong
2015-12-06 22:14 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.