[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: rdma-core: Update to 44.0.
From: |
guix-commits |
Subject: |
05/06: gnu: rdma-core: Update to 44.0. |
Date: |
Thu, 12 Jan 2023 21:23:41 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 54bc89ffc188a6b895b4245b1b05a95a4ae1c24a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jan 12 09:20:50 2023 +0100
gnu: rdma-core: Update to 44.0.
* gnu/packages/linux.scm (rdma-core): Update to 44.0.
---
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 71e53ee401..e1f7332c48 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6510,7 +6510,7 @@ from the ntfs-3g package. It is meant to be used in
initrds.")
(define-public rdma-core
(package
(name "rdma-core")
- (version "33.1")
+ (version "44.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/linux-rdma/rdma-core"
@@ -6518,7 +6518,7 @@ from the ntfs-3g package. It is meant to be used in
initrds.")
version ".tar.gz"))
(sha256
(base32
- "1rah0v9gq9rksqd2c17nmydsxcjz178n7m2y4ricwlf5pq1b2yfi"))))
+ "12w5v74wz1akac09frw7qk1yd06b00239zh7bvbvqyzjc0g61mi5"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ;no tests
- branch master updated (505d7ce025 -> 7f7907335d), guix-commits, 2023/01/12
- 02/06: gnu: ovmf-aarch64: Fix syntax error on aarch64-linux., guix-commits, 2023/01/12
- 01/06: gnu: ungoogled-chromium: Update to 109.0.5414.74-1., guix-commits, 2023/01/12
- 04/06: gnu: rdma-core: Remove input labels., guix-commits, 2023/01/12
- 05/06: gnu: rdma-core: Update to 44.0.,
guix-commits <=
- 06/06: gnu: python-cellbender: Update source hash., guix-commits, 2023/01/12
- 03/06: gnu: ovmf-arm: Fix syntax error on armhf-linux., guix-commits, 2023/01/12