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:
Sharlatan Hellseher 2025-08-13 10:51:08 +01:00
parent 4bc1630995
commit d7754f3b9c
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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