guix-commits
[Top][All Lists]
Advanced

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

10/12: gnu: nvme-cli: Update to 1.12.


From: guix-commits
Subject: 10/12: gnu: nvme-cli: Update to 1.12.
Date: Tue, 30 Jun 2020 22:14:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 639bdf970c6057c8e74f15bf0252d23a7c1731fc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jul 1 03:39:52 2020 +0200

    gnu: nvme-cli: Update to 1.12.
    
    * gnu/packages/linux.scm (nvme-cli): Update to 1.12.
---
 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 839358e..2aa0945 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3926,7 +3926,7 @@ Translation (@dfn{SAT}) are also supported.")
 (define-public nvme-cli
   (package
     (name "nvme-cli")
-    (version "1.11.2")
+    (version "1.12")
     (home-page "https://github.com/linux-nvme/nvme-cli";)
     (source (origin
               (method git-fetch)
@@ -3934,7 +3934,7 @@ Translation (@dfn{SAT}) are also supported.")
                     (url home-page)
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "0ngh7zffjf6ac8b22hdi4ry7hjlafih172hrbpw8j17r7c0wjy9i"))
+               (base32 "0ldky34sn0m5c4hgiip0fkzm465nca69bhxicpd5dg8wxhzxqrp3"))
               (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]