diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:04 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:08 +0200 |
commit | 2ca16e4318bcf5986610490d75f2a333ede31bec (patch) | |
tree | 7d17cb1385cc4a90ff687aa592a3b86429263680 | |
parent | 9e983c611ed39832262d40913faa3930e6ca6889 (diff) |
gnu: libnvme: Update to 1.5.
* gnu/packages/linux.scm (libnvme): Update to 1.5.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 90a5a9566c..cf67a63331 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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 |