gnu: numactl: Update to 2.0.14.

* gnu/packages/linux.scm (numactl): Update to 2.0.14.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-23 00:56:29 +02:00
parent 78e624d785
commit 24b3666e7f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2929,7 +2929,7 @@ (define-public archivemount
(define-public numactl
(package
(name "numactl")
(version "2.0.13")
(version "2.0.14")
(source (origin
(method url-fetch)
(uri (string-append
@ -2937,7 +2937,7 @@ (define-public numactl
version "/numactl-" version ".tar.gz"))
(sha256
(base32
"16lcypvcmx1ydkpi2s82kqhg13kak7qhpbnj8hd9bdbyhr5ja7lr"))))
"1xngddsph43bxljywahi9d44fxr022slsap4hh91w8xnq54d2sw2"))))
(build-system gnu-build-system)
(arguments
'(;; There's a 'test' target, but it requires NUMA support in the kernel