gnu: libnvme: Update to 1.5.
* gnu/packages/linux.scm (libnvme): Update to 1.5.
This commit is contained in:
parent
9e983c611e
commit
2ca16e4318
@ -5132,14 +5132,14 @@ Translation (@dfn{SAT}) are also supported.")
|
|||||||
(define-public libnvme
|
(define-public libnvme
|
||||||
(package
|
(package
|
||||||
(name "libnvme")
|
(name "libnvme")
|
||||||
(version "1.3")
|
(version "1.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/linux-nvme/libnvme.git")
|
(url "https://github.com/linux-nvme/libnvme.git")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1fngj5acp2sl4162xalq5simfasnika6gy0xrbi41x09wikvhn7y"))
|
(base32 "1wq8bw60l090z2kb717wyzk5wz1jrcn31ykdaa7k9pz9w79v0v67"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
Loading…
x
Reference in New Issue
Block a user