mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-multiprocess: Update to 0.70.18.
* gnu/packages/python-xyz.scm (python-multiprocess): Update to 0.70.18. [native-inputs]: Remove python-setuptools and python-wheel; add python-setuptools-next. Change-Id: Ibe54eb7a6c7e5b0ff27407a5639b5e1e95edee75
This commit is contained in:
parent
4bc1630995
commit
d7754f3b9c
1 changed files with 3 additions and 3 deletions
|
@ -30289,14 +30289,14 @@ the saved state of the original interpreter session.")
|
|||
(define-public python-multiprocess
|
||||
(package
|
||||
(name "python-multiprocess")
|
||||
(version "0.70.17")
|
||||
(version "0.70.18")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "multiprocess" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ypm9yj1ng1s96hk2iwll190dkpc2j5zras8kay9x00n6hdg3qja"))))
|
||||
"03bdxiincqq3g66vl3sf5ygagjz5sbrpr83djlipprmkwql72ngr"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -30328,7 +30328,7 @@ preload_resources\
|
|||
(format #t "test suite not run~%")))))))
|
||||
(propagated-inputs
|
||||
(list python-dill))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(native-inputs (list python-setuptools-next))
|
||||
(home-page "https://pypi.org/project/multiprocess/")
|
||||
(synopsis "Multiprocessing and multithreading in Python")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue