guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: python-urwid: Remove Fedora mirror from source URI list.


From: Mark H. Weaver
Subject: 01/01: gnu: python-urwid: Remove Fedora mirror from source URI list.
Date: Wed, 04 Feb 2015 05:11:20 +0000

mhw pushed a commit to branch master
in repository guix.

commit be1f44bbd63a8f62e16fe1fe57a6c50665257ffc
Author: Mark H Weaver <address@hidden>
Date:   Wed Feb 4 00:09:37 2015 -0500

    gnu: python-urwid: Remove Fedora mirror from source URI list.
    
    * gnu/packages/python.scm (python-urwid)[source]: Remove Fedora mirror.
---
 gnu/packages/python.scm |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index dd66897..ec0c166 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2857,12 +2857,9 @@ and written in Python.")
     (source
      (origin
        (method url-fetch)
-       (uri (list (string-append
-                   "https://pypi.python.org/packages/source/u/urwid/urwid-";
-                   version ".tar.gz")
-                  ;; Downloading from the upstream URI above fails due to an
-                  ;; invalid ETag header.
-                  
"https://pkgs.fedoraproject.org/repo/pkgs/python-urwid/urwid-1.3.0.tar.gz/a989acd54f4ff1a554add464803a9175/urwid-1.3.0.tar.gz";))
+       (uri (string-append
+             "https://pypi.python.org/packages/source/u/urwid/urwid-";
+             version ".tar.gz"))
        (sha256
         (base32
          "18mb0yy94sjc434rd61m2sfnw27sa0nyrszpj5a9r9zh7fnlzw19"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]