diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-07 00:31:28 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-07 15:24:14 +0200 |
commit | 5826e7b11b94ce4977245aad462112355b06719e (patch) | |
tree | 04d42774a8c80db16407d2b855878f7083736c86 /gnu/packages/linux.scm | |
parent | 5d3474c5a9382693bde1c900f29c4e5ee01ef4c7 (diff) | |
download | patches-5826e7b11b94ce4977245aad462112355b06719e.tar patches-5826e7b11b94ce4977245aad462112355b06719e.tar.gz |
gnu: rdma-core: Update to 14.
* gnu/packages/linux.scm (rdma-core): Update to 14.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 4fa628f6af..5c96056576 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3211,7 +3211,7 @@ The package provides additional NTFS tools.") (define-public rdma-core (package (name "rdma-core") - (version "13") + (version "14") (source (origin (method url-fetch) (uri (string-append "https://github.com/linux-rdma/rdma-core" @@ -3219,7 +3219,7 @@ The package provides additional NTFS tools.") version ".tar.gz")) (sha256 (base32 - "15qdfqkia22vab1dh41s88vgi70yifi40ar5s4x7a456rpbhy8z5")))) + "0w03zd49k96bmly44qc8l0s9l671sd26k4wrilsp13xaspy048kd")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; no tests |