guix-commits
[Top][All Lists]
Advanced

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

05/33: gnu: numactl: Update to 2.0.16.


From: guix-commits
Subject: 05/33: gnu: numactl: Update to 2.0.16.
Date: Fri, 21 Oct 2022 13:20:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fa7e2978b9606ba955c99a2e7d78333fa3f29c65
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:01 2022 +0200

    gnu: numactl: Update to 2.0.16.
    
    * gnu/packages/linux.scm (numactl): Update to 2.0.16.
---
 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 bf1c33db93..6031535f00 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3524,7 +3524,7 @@ compressed, transparent to other programs, without 
decompressing them.")
 (define-public numactl
   (package
     (name "numactl")
-    (version "2.0.14")
+    (version "2.0.16")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3532,7 +3532,7 @@ compressed, transparent to other programs, without 
decompressing them.")
                     version "/numactl-" version ".tar.gz"))
               (sha256
                (base32
-                "1xngddsph43bxljywahi9d44fxr022slsap4hh91w8xnq54d2sw2"))))
+                "1j67wx3383fwqbvhg4nwqf72vpdgimmrvkpn3b9s2xzr7a4jy90v"))))
     (build-system gnu-build-system)
     (arguments
      `(,@(if (target-riscv64?)



reply via email to

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