guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-termcolor: Fix uri.


From: Mathieu Othacehe
Subject: 01/03: gnu: python-termcolor: Fix uri.
Date: Sat, 13 May 2017 06:41:54 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit a5e8f5972cb0d69684bb3f81220a6408815f7fe0
Author: Mathieu Othacehe <address@hidden>
Date:   Thu May 4 11:50:32 2017 +0200

    gnu: python-termcolor: Fix uri.
    
    * gnu/packages/python.scm (python-termcolor): Remove "python-" from
      pypi uri.
    
    This was causing guix refresh to fail on this package.
---
 gnu/packages/python.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index dc7adf2..57a67de 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -38,6 +38,7 @@
 ;;; Copyright © 2017 Frederick M. Muriithi <address@hidden>
 ;;; Copyright © 2017 Adriano Peluso <address@hidden>
 ;;; Copyright © 2017 Ben Sturmfels <address@hidden>
+;;; Copyright © 2017 Mathieu Othacehe <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -7489,7 +7490,7 @@ a hash value.")
     (source
      (origin
        (method url-fetch)
-       (uri (pypi-uri "python-termcolor" version))
+       (uri (pypi-uri "termcolor" version))
        (sha256
         (base32
          "0fv1vq14rpqwgazxg4981904lfyp84mnammw7y046491cv76jv8x"))))



reply via email to

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