gnu: python-entrypoints: Update to 0.3.
authorEfraim Flashner <efraim@flashner.co.il>
Sun, 27 Jan 2019 08:44:49 +0000 (10:44 +0200)
committerEfraim Flashner <efraim@flashner.co.il>
Sun, 27 Jan 2019 10:48:36 +0000 (12:48 +0200)
* gnu/packages/python-xyz.scm (python-entrypoints): Update to 0.3.
[source]: Use pypi uri.

gnu/packages/python-xyz.scm

index 2294b59..210dec3 100644 (file)
@@ -6657,16 +6657,14 @@ Jupyter Notebook format and Python APIs for working with notebooks.")
 (define-public python-entrypoints
   (package
     (name "python-entrypoints")
-    (version "0.2.3")
+    (version "0.3")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://github.com/takluyver/entrypoints/archive/"
-                           version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (uri (pypi-uri "entrypoints" version))
        (sha256
         (base32
-         "1pdvgfr5bxyvnfvxbsd3zi0dh3il71pc4k6rinx6zpps91b84a56"))))
+         "0lc4si3xb7hza424414rdqdc3vng3kcrph8jbvjqb32spqddf3f7"))))
     (build-system python-build-system)
     ;; The package does not come with a setup.py file, so we have to generate
     ;; one ourselves.