guix-commits
[Top][All Lists]
Advanced

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

07/22: gnu: numactl: Update to 2.0.14.


From: guix-commits
Subject: 07/22: gnu: numactl: Update to 2.0.14.
Date: Tue, 22 Sep 2020 22:41:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 24b3666e7f416b8080cd12e2b9d546f70fdd50d1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Sep 23 00:56:29 2020 +0200

    gnu: numactl: Update to 2.0.14.
    
    * gnu/packages/linux.scm (numactl): Update to 2.0.14.
---
 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 dce128d..95dff24 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2929,7 +2929,7 @@ compressed, transparent to other programs, without 
decompressing them.")
 (define-public numactl
   (package
     (name "numactl")
-    (version "2.0.13")
+    (version "2.0.14")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2937,7 +2937,7 @@ compressed, transparent to other programs, without 
decompressing them.")
                     version "/numactl-" version ".tar.gz"))
               (sha256
                (base32
-                "16lcypvcmx1ydkpi2s82kqhg13kak7qhpbnj8hd9bdbyhr5ja7lr"))))
+                "1xngddsph43bxljywahi9d44fxr022slsap4hh91w8xnq54d2sw2"))))
     (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]