all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: guix-devel@gnu.org
Subject: [PATCH 1/2] gnu: colordiff: Add alternate URL.
Date: Thu, 24 Dec 2015 01:14:45 -0500	[thread overview]
Message-ID: <d289fd311a3d4b5770328877f0182a001cbc4806.1450937606.git.leo@famulari.name> (raw)
In-Reply-To: <cover.1450937606.git.leo@famulari.name>
In-Reply-To: <cover.1450937606.git.leo@famulari.name>

* gnu/packages/patchutils.scm (colordiff)[source]: Add alternate URL.
---
 gnu/packages/patchutils.scm | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index 319ccb2..89cc667 100644
--- a/gnu/packages/patchutils.scm
+++ b/gnu/packages/patchutils.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
+;;; Copyright © 2015 Leo Famulari <leo@famulari.name>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -151,12 +152,15 @@ refreshed, and more.")
     (name "colordiff")
     (version "1.0.13")
     (source
-     (origin
-      (method url-fetch)
-      (uri (string-append "http://www.colordiff.org/colordiff-"
-                          version ".tar.gz"))
+      (origin
+        (method url-fetch)
+        (uri (list (string-append "http://www.colordiff.org/archive/colordiff-"
+                                  version ".tar.gz")
+                   (string-append "http://www.colordiff.org/colordiff-"
+                                  version ".tar.gz")))
       (sha256
-       (base32 "0akcz1p3klsjnhwcqdfq4grs6paljc5c0jzr3mqla5f862hhaa6f"))))
+       (base32
+        "0akcz1p3klsjnhwcqdfq4grs6paljc5c0jzr3mqla5f862hhaa6f"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f
-- 
2.6.2

  reply	other threads:[~2015-12-24  6:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-24  6:14 [PATCH 0/2] colordiff: Add alternate URL and update Leo Famulari
2015-12-24  6:14 ` Leo Famulari [this message]
2015-12-25 14:25   ` [PATCH 1/2] gnu: colordiff: Add alternate URL Mark H Weaver
2015-12-26  5:12     ` Leo Famulari
2015-12-27 15:35       ` Mark H Weaver
2015-12-24  6:14 ` [PATCH 2/2] gnu: colordiff: Update to 1.0.16 Leo Famulari
2015-12-25 14:26   ` Mark H Weaver
2015-12-26  5:13     ` Leo Famulari

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d289fd311a3d4b5770328877f0182a001cbc4806.1450937606.git.leo@famulari.name \
    --to=leo@famulari.name \
    --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 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.