gnu: python-entrypoints: Update to 0.3.
* gnu/packages/python-xyz.scm (python-entrypoints): Update to 0.3. [source]: Use pypi uri.
This commit is contained in:
parent
9f92038029
commit
a7f1b7188d
|
@ -6657,16 +6657,14 @@ Jupyter Notebook format and Python APIs for working with notebooks.")
|
||||||
(define-public python-entrypoints
|
(define-public python-entrypoints
|
||||||
(package
|
(package
|
||||||
(name "python-entrypoints")
|
(name "python-entrypoints")
|
||||||
(version "0.2.3")
|
(version "0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/takluyver/entrypoints/archive/"
|
(uri (pypi-uri "entrypoints" version))
|
||||||
version ".tar.gz"))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pdvgfr5bxyvnfvxbsd3zi0dh3il71pc4k6rinx6zpps91b84a56"))))
|
"0lc4si3xb7hza424414rdqdc3vng3kcrph8jbvjqb32spqddf3f7"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
;; The package does not come with a setup.py file, so we have to generate
|
;; The package does not come with a setup.py file, so we have to generate
|
||||||
;; one ourselves.
|
;; one ourselves.
|
||||||
|
|
Loading…
Reference in New Issue