guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: rdma-core: Update to 22.3.


From: guix-commits
Subject: 01/04: gnu: rdma-core: Update to 22.3.
Date: Sun, 14 Jul 2019 12:14:43 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 344f358fba76f4ff576c2702819f3cfd7a6c5348
Author: Marius Bakke <address@hidden>
Date:   Sun Jul 14 17:26:24 2019 +0200

    gnu: rdma-core: Update to 22.3.
    
    * gnu/packages/linux.scm (rdma-core): Update to 22.3.
---
 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 5f2c86b..4ccf613 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3896,7 +3896,7 @@ The package provides additional NTFS tools.")
 (define-public rdma-core
   (package
     (name "rdma-core")
-    (version "14")
+    (version "22.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/linux-rdma/rdma-core";
@@ -3904,7 +3904,7 @@ The package provides additional NTFS tools.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0w03zd49k96bmly44qc8l0s9l671sd26k4wrilsp13xaspy048kd"))))
+                "0jgp1xh328x0kr6lkn4vq71cc627zd05wczr74b3j3151flhj828"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; no tests



reply via email to

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