summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-08-08 21:33:43 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-08-09 02:19:08 +0200
commitdb11d5729f7efcf0ce4c4cad1e18fd810dfb18ac (patch)
tree44e5e2689405f8b8437790389b7fedd1697cdab7 /gnu/packages
parent0b4f8767373dde360e01e7da22a83900fcff2c10 (diff)
downloadguix-patches-db11d5729f7efcf0ce4c4cad1e18fd810dfb18ac.tar
guix-patches-db11d5729f7efcf0ce4c4cad1e18fd810dfb18ac.tar.gz
gnu: numactl: Update to 2.0.12.
* gnu/packages/linux.scm (numactl): Update to 2.0.12.
Diffstat (limited to 'gnu/packages')
-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 86e9d3929c..1ad86a7895 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1807,7 +1807,7 @@ compressed, transparent to other programs, without decompressing them.")
(define-public numactl
(package
(name "numactl")
- (version "2.0.11")
+ (version "2.0.12")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1815,7 +1815,7 @@ compressed, transparent to other programs, without decompressing them.")
version "/" name "-" version ".tar.gz"))
(sha256
(base32
- "0qbqa9gac2vlahrngi553hws2mqgqdwv2lc69a3yx4gq6l90j325"))))
+ "0ad7mpi3vacbfnx3aqxnvgsj64yp3mav9yxnaz8ancjv7wvdmfsm"))))
(build-system gnu-build-system)
(arguments
'(;; There's a 'test' target, but it requires NUMA support in the kernel