[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?)
- branch master updated (c7e6d72a08 -> 78d4a08ac3), guix-commits, 2022/10/21
- 02/33: gnu: jitterentropy-rngd: Update to 1.2.8., guix-commits, 2022/10/21
- 05/33: gnu: numactl: Update to 2.0.16.,
guix-commits <=
- 06/33: gnu: acpid: Update to 2.0.34., guix-commits, 2022/10/21
- 12/33: gnu: audacious: Update to 4.2., guix-commits, 2022/10/21
- 18/33: gnu: mpop: Update to 1.4.17., guix-commits, 2022/10/21
- 29/33: gnu: ccache: Update to 4.6.3., guix-commits, 2022/10/21
- 30/33: gnu: console-setup: Update to 1.210., guix-commits, 2022/10/21
- 11/33: gnu: pd: Use G-expressions., guix-commits, 2022/10/21
- 28/33: gnu: headsetcontrol: Update to 2.6.1., guix-commits, 2022/10/21
- 07/33: gnu: hdparm: Update to 9.65., guix-commits, 2022/10/21
- 08/33: gnu: pd: Update to 0.52-2., guix-commits, 2022/10/21
- 23/33: guix-install.sh: Suggest what to do if fetching OpenPGP key(s) fails., guix-commits, 2022/10/21