gnu: numactl: Update to 2.0.13.
* gnu/packages/linux.scm (numactl): Update to 2.0.13.master
parent
7ef15fa378
commit
93a16e4d0d
|
@ -2313,7 +2313,7 @@ compressed, transparent to other programs, without decompressing them.")
|
||||||
(define-public numactl
|
(define-public numactl
|
||||||
(package
|
(package
|
||||||
(name "numactl")
|
(name "numactl")
|
||||||
(version "2.0.12")
|
(version "2.0.13")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2321,7 +2321,7 @@ compressed, transparent to other programs, without decompressing them.")
|
||||||
version "/" name "-" version ".tar.gz"))
|
version "/" name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ad7mpi3vacbfnx3aqxnvgsj64yp3mav9yxnaz8ancjv7wvdmfsm"))))
|
"16lcypvcmx1ydkpi2s82kqhg13kak7qhpbnj8hd9bdbyhr5ja7lr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; There's a 'test' target, but it requires NUMA support in the kernel
|
'(;; There's a 'test' target, but it requires NUMA support in the kernel
|
||||||
|
|
Reference in New Issue