gnu: libnvme: Update to 1.5.

* gnu/packages/linux.scm (libnvme): Update to 1.5.
This commit is contained in:
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

View file

@ -5132,14 +5132,14 @@ (define-public hdparm
(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