summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-08-30 21:12:53 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-08-30 23:10:21 +0200
commit93a16e4d0dacba27d7bdedfb2181b4c150522a66 (patch)
tree91622327055676cc089ee3306b738c155a2847dc /gnu
parent7ef15fa378d0cc5d14a244f6f53ffe44c682f7c8 (diff)
downloadguix-patches-93a16e4d0dacba27d7bdedfb2181b4c150522a66.tar
guix-patches-93a16e4d0dacba27d7bdedfb2181b4c150522a66.tar.gz
gnu: numactl: Update to 2.0.13.
* gnu/packages/linux.scm (numactl): Update to 2.0.13.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 0b6a84a90d..0ec5adaf64 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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