guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/09: gnu: numactl: Update to 2.0.13.


From: guix-commits
Subject: 08/09: gnu: numactl: Update to 2.0.13.
Date: Fri, 30 Aug 2019 17:10:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 93a16e4d0dacba27d7bdedfb2181b4c150522a66
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Aug 30 21:12:53 2019 +0200

    gnu: numactl: Update to 2.0.13.
    
    * gnu/packages/linux.scm (numactl): Update to 2.0.13.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 0b6a84a..0ec5ada 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]