gnu: numactl: Update to 2.0.16.

* gnu/packages/linux.scm (numactl): Update to 2.0.16.
This commit is contained in:
Tobias Geerinckx-Rice 2022-10-16 02:00:01 +02:00
parent 9dac05cb9a
commit fa7e2978b9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3524,7 +3524,7 @@ compressed, transparent to other programs, without decompressing them.")
(define-public numactl (define-public numactl
(package (package
(name "numactl") (name "numactl")
(version "2.0.14") (version "2.0.16")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -3532,7 +3532,7 @@ compressed, transparent to other programs, without decompressing them.")
version "/numactl-" version ".tar.gz")) version "/numactl-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1xngddsph43bxljywahi9d44fxr022slsap4hh91w8xnq54d2sw2")))) "1j67wx3383fwqbvhg4nwqf72vpdgimmrvkpn3b9s2xzr7a4jy90v"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(,@(if (target-riscv64?) `(,@(if (target-riscv64?)