efraim pushed a commit to branch master
in repository guix.

commit c5be3467f25d129f13823c5bf32c4425d3ef3607
Author: Efraim Flashner <[email protected]>
Date:   Sat Mar 25 23:49:11 2017 +0300

    gnu: python2-dogtail: Update to 0.9.9.
    
    * gnu/packages/python.scm (python2-dogtail): Update to 0.9.9.
    [source]: Download using pypi-uri scheme.
---
 gnu/packages/python.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 7aae8fc..c3e4a37 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -14,7 +14,7 @@
 ;;; Copyright © 2015, 2016, 2017 Leo Famulari <[email protected]>
 ;;; Copyright © 2015 Ben Woodcroft <[email protected]>
 ;;; Copyright © 2015, 2016 Erik Edrosa <[email protected]>
-;;; Copyright © 2015, 2016 Efraim Flashner <[email protected]>
+;;; Copyright © 2015, 2016, 2017 Efraim Flashner <[email protected]>
 ;;; Copyright © 2015 Kyle Meyer <[email protected]>
 ;;; Copyright © 2015, 2016 Chris Marusich <[email protected]>
 ;;; Copyright © 2016 Danny Milosavljevic <[email protected]>
@@ -1352,15 +1352,13 @@ Python 3.3+.")
   ;; spaces in indentation" with Python 3.
   (package
     (name "python2-dogtail")
-    (version "0.8.2")
+    (version "0.9.9")
     (source (origin
              (method url-fetch)
-             (uri (string-append
-                   "https://fedorahosted.org/released/dogtail/dogtail-";
-                   version ".tar.gz"))
+             (uri (pypi-uri "dogtail" version))
              (sha256
               (base32
-               "1yc4cg7ip87z15gyd4wy2vzbywrjc52a3m8r8gqy2b50d65llcg1"))))
+               "0p5wfssvzr9w0bvhllzbbd8fnp4cca2qxcpcsc33dchrmh5n552x"))))
     (build-system python-build-system)
     (arguments `(#:python ,python-2
                  #:tests? #f))                    ; invalid command "test"

Reply via email to