diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-13 10:51:08 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-13 12:46:44 +0100 |
| commit | d7754f3b9c258008bd63fbfad0ad16f9111a333e (patch) | |
| tree | fd312bca730227adf1fa8c6a99eaf0d21e5991a1 /gnu/packages/python-xyz.scm | |
| parent | 4bc1630995c99052861edd34462f4ad98181fad3 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 57215199e1..6f0a1b3ac0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |
