gnu: numactl: Update to 2.0.13.

* gnu/packages/linux.scm (numactl): Update to 2.0.13.
master
Tobias Geerinckx-Rice 2019-08-30 21:12:53 +02:00
parent 7ef15fa378
commit 93a16e4d0d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2313,7 +2313,7 @@ compressed, transparent to other programs, without decompressing them.")
(define-public numactl
(package
(name "numactl")
(version "2.0.12")
(version "2.0.13")
(source (origin
(method url-fetch)
(uri (string-append
@ -2321,7 +2321,7 @@ compressed, transparent to other programs, without decompressing them.")
version "/" name "-" version ".tar.gz"))
(sha256
(base32
"0ad7mpi3vacbfnx3aqxnvgsj64yp3mav9yxnaz8ancjv7wvdmfsm"))))
"16lcypvcmx1ydkpi2s82kqhg13kak7qhpbnj8hd9bdbyhr5ja7lr"))))
(build-system gnu-build-system)
(arguments
'(;; There's a 'test' target, but it requires NUMA support in the kernel