guix-commits
[Top][All Lists]
Advanced

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

12/14: gnu: sg3-utils: Update to 1.45.


From: guix-commits
Subject: 12/14: gnu: sg3-utils: Update to 1.45.
Date: Wed, 4 Mar 2020 15:05:23 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 95858abb6219dac0722ce05f2df62f20e471a192
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Mar 4 17:41:31 2020 +0100

    gnu: sg3-utils: Update to 1.45.
    
    * gnu/packages/scsi.scm (sg3-utils): Update to 1.45.
---
 gnu/packages/scsi.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/scsi.scm b/gnu/packages/scsi.scm
index f8c5d5e..803f499 100644
--- a/gnu/packages/scsi.scm
+++ b/gnu/packages/scsi.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016 Chris Marusich <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -27,14 +27,14 @@
 (define-public sg3-utils
   (package
     (name "sg3-utils")
-    (version "1.44")
+    (version "1.45")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://sg.danny.cz/sg/p/sg3_utils-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "01avlgrbxlij8spish4i69ji1m49biz4mbayzzc2qx0hcl8ar56a"))))
+                "1vmjb17y33a73sv7jg8fzs6bhr7yh2k9sba81sjiyf1pvi3vbnn7"))))
     (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]