me
/
guix
Archived
1
0
Fork 0

gnu: libnvme: Update to 1.5.

* gnu/packages/linux.scm (libnvme): Update to 1.5.
master
Tobias Geerinckx-Rice 2023-07-16 02:00:04 +02:00
parent 9e983c611e
commit 2ca16e4318
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -5132,14 +5132,14 @@ Translation (@dfn{SAT}) are also supported.")
(define-public libnvme
(package
(name "libnvme")
(version "1.3")
(version "1.5")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/linux-nvme/libnvme.git")
(commit (string-append "v" version))))
(sha256
(base32 "1fngj5acp2sl4162xalq5simfasnika6gy0xrbi41x09wikvhn7y"))
(base32 "1wq8bw60l090z2kb717wyzk5wz1jrcn31ykdaa7k9pz9w79v0v67"))
(file-name (git-file-name name version))))
(build-system meson-build-system)
(arguments