gnu: python-termcolor: Fix uri.
authorMathieu Othacehe <m.othacehe@gmail.com>
Thu, 4 May 2017 09:50:32 +0000 (11:50 +0200)
committerMathieu Othacehe <m.othacehe@gmail.com>
Sat, 13 May 2017 10:40:20 +0000 (12:40 +0200)
* 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

index dc7adf2..57a67de 100644 (file)
@@ -38,6 +38,7 @@
 ;;; Copyright © 2017 Frederick M. Muriithi <fredmanglis@gmail.com>
 ;;; Copyright © 2017 Adriano Peluso <catonano@gmail.com>
 ;;; Copyright © 2017 Ben Sturmfels <ben@sturm.com.au>
+;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
 ;;;
 ;;; 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"))))