mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-mpl-scatter-density: Update to 0.8.
* gnu/packages/python-science.scm (python-mpl-scatter-density): Update to 0.8. [source] <uri>: Adjust it as PyPI archive name has been changed upstream. Change-Id: Ic049ea153503cfa92c5d19b272afb00e64f7a28e
This commit is contained in:
parent
9973e99933
commit
085c7d556f
1 changed files with 3 additions and 3 deletions
|
@ -1049,13 +1049,13 @@ spheres, cubes, etc.")
|
||||||
(define-public python-mpl-scatter-density
|
(define-public python-mpl-scatter-density
|
||||||
(package
|
(package
|
||||||
(name "python-mpl-scatter-density")
|
(name "python-mpl-scatter-density")
|
||||||
(version "0.7")
|
(version "0.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "mpl-scatter-density" version))
|
(uri (pypi-uri "mpl_scatter_density" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "083n4xkwjmxvij9i1xhfnxz8vk39ay0baam4nf0khvcihw47bkna"))))
|
(base32 "0cynk1rk6k2xklgv69difphrz6id77x3xb58kbs4mc4q7z6bvfid"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue