me
/
guix
Archived
1
0
Fork 0

gnu: rdma-core: Update to 14.

* gnu/packages/linux.scm (rdma-core): Update to 14.
master
Tobias Geerinckx-Rice 2017-07-07 00:31:28 +02:00
parent 5d3474c5a9
commit 5826e7b11b
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -3211,7 +3211,7 @@ The package provides additional NTFS tools.")
(define-public rdma-core (define-public rdma-core
(package (package
(name "rdma-core") (name "rdma-core")
(version "13") (version "14")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/linux-rdma/rdma-core" (uri (string-append "https://github.com/linux-rdma/rdma-core"
@ -3219,7 +3219,7 @@ The package provides additional NTFS tools.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"15qdfqkia22vab1dh41s88vgi70yifi40ar5s4x7a456rpbhy8z5")))) "0w03zd49k96bmly44qc8l0s9l671sd26k4wrilsp13xaspy048kd"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:tests? #f ; no tests '(#:tests? #f ; no tests