guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/18: gnu: libnvme: Update to 1.5.


From: guix-commits
Subject: 10/18: gnu: libnvme: Update to 1.5.
Date: Wed, 19 Jul 2023 11:23:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2ca16e4318bcf5986610490d75f2a333ede31bec
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:04 2023 +0200

    gnu: libnvme: Update to 1.5.
    
    * gnu/packages/linux.scm (libnvme): Update to 1.5.
---
 gnu/packages/linux.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]