diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-02-15 15:55:50 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-20 14:11:39 +0000 |
| commit | e542ec72113526e7eefb14e63d013f92d77035a0 (patch) | |
| tree | d033a073283b6f007d275ce54fda372f8e65b62a /gnu/packages/parallel.scm | |
| parent | 23c5d19ef865e612e9e9849868f7c0d5b0df297e (diff) | |
gnu: cpuinfo: Update to 0.0-8.84818a4.
* gnu/packages/parallel.scm (cpuinfo): Update to 0.0-8.84818a4.
[native-inputs]: Add python-setuptools to provide the Python distutils
module at runtime.
Change-Id: I0165dd719426bd0c1b9ac770f627d95f245e3746
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/parallel.scm')
| -rw-r--r-- | gnu/packages/parallel.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm index aeb42f172dc..87db6eb8c93 100644 --- a/gnu/packages/parallel.scm +++ b/gnu/packages/parallel.scm @@ -594,8 +594,8 @@ features.") (define-public cpuinfo ;; There's currently no tag on this repo. - (let ((revision "7") - (commit "c4b4f4bf08c0cf486fc3111d0244ebf2a48ad01b")) + (let ((revision "8") + (commit "84818a41e074779dbb00521a4731d3e14160ff15")) (package (name "cpuinfo") (version (git-version "0.0" revision commit)) @@ -606,7 +606,7 @@ features.") (file-name (git-file-name name version)) (sha256 (base32 - "1gjigxszhjj3422nq50kgffq1iirgl7ik9wf50m2lz64qwb5dkz5")))) + "16mjs2ii45vzjm5fd98698gjfx7fmx2brgwcca03405la9wdyykr")))) (build-system cmake-build-system) (arguments (list @@ -620,7 +620,7 @@ features.") (inputs (list googletest googlebenchmark)) (native-inputs - (list python-wrapper)) + (list python-setuptools python-wrapper)) (synopsis "C/C++ library to obtain information about the CPU") (description "The cpuinfo library provides a C/C++ and a command-line interface to |
