mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: libnvme: Update to 1.5.
* gnu/packages/linux.scm (libnvme): Update to 1.5.
This commit is contained in:
parent
9e983c611e
commit
2ca16e4318
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue