guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: nvme-cli: Update to 1.14.


From: guix-commits
Subject: 03/03: gnu: nvme-cli: Update to 1.14.
Date: Fri, 23 Apr 2021 21:46:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e4fb7b6e3924d0031aa3765b415e0718fae709b0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Apr 24 03:44:02 2021 +0200

    gnu: nvme-cli: Update to 1.14.
    
    * gnu/packages/linux.scm (nvme-cli): Update to 1.14.
---
 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 662cc56..95ffd14 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4356,7 +4356,7 @@ Translation (@dfn{SAT}) are also supported.")
 (define-public nvme-cli
   (package
     (name "nvme-cli")
-    (version "1.13")
+    (version "1.14")
     (home-page "https://github.com/linux-nvme/nvme-cli";)
     (source (origin
               (method git-fetch)
@@ -4364,7 +4364,7 @@ Translation (@dfn{SAT}) are also supported.")
                     (url home-page)
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "1d538kp841bjh8h8d9q7inqz56rdcwb3m78zfx8607ddykv7wcqb"))
+               (base32 "0dpadz945482srqpsbfx1bh7rc499fgpyzz1flhk9g9xjbpapkzc"))
               (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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