guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: sg3-utils: Update to 1.47.


From: guix-commits
Subject: 01/03: gnu: sg3-utils: Update to 1.47.
Date: Wed, 17 Nov 2021 19:11:55 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit f41fbda9db269fb78d16384c8f42c0c28004ccd7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 17 22:10:13 2021 +0100

    gnu: sg3-utils: Update to 1.47.
    
    * gnu/packages/scsi.scm (sg3-utils): Update to 1.47.
---
 gnu/packages/scsi.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/scsi.scm b/gnu/packages/scsi.scm
index 4c3bfd7..e00b3ff 100644
--- a/gnu/packages/scsi.scm
+++ b/gnu/packages/scsi.scm
@@ -27,14 +27,14 @@
 (define-public sg3-utils
   (package
     (name "sg3-utils")
-    (version "1.46")
+    (version "1.47")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://sg.danny.cz/sg/p/sg3_utils-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "185rlxppnsmi6q7garfhglmw31gji2ff24xg2yjk3klk1fqnihjr"))))
+                "1ckj2kjcs23lbjfyl5mz2rb0aylnyq13yghg0bdv1n7dbywcmc6x"))))
     (build-system gnu-build-system)
     (home-page "http://sg.danny.cz/sg/sg3_utils.html";)
     (synopsis "SCSI device utilities")



reply via email to

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