mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-dill: Update to 0.4.0.
* gnu/packages/python-xyz.scm (python-dill): Update to 0.4.0. Change-Id: Ib1be9f5751aa0a749290ae0fc562bdd2ac3a3f94
This commit is contained in:
parent
a390af0b66
commit
4bc1630995
1 changed files with 2 additions and 2 deletions
|
@ -30254,13 +30254,13 @@ N-dimensional arrays for Python.")
|
|||
(define-public python-dill
|
||||
(package
|
||||
(name "python-dill")
|
||||
(version "0.3.9")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "dill" version))
|
||||
(sha256
|
||||
(base32 "0b2inivjahjlph54a70x6wi3pax4qsgclhlw0blbz37nvmyjdal1"))))
|
||||
(base32 "1w5w5hlijw7ahqji45ssyvdip5pv074h4nw97bsj8ws7vz9g2cq6"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue