[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: sg3-utils: Update to 1.46.
From: |
guix-commits |
Subject: |
08/09: gnu: sg3-utils: Update to 1.46. |
Date: |
Tue, 30 Mar 2021 17:14:38 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit de3fe06ab7bc56be65f041d38b8390ed1fbcb3ae
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Mar 30 23:13:24 2021 +0200
gnu: sg3-utils: Update to 1.46.
* gnu/packages/scsi.scm (sg3-utils): Update to 1.46.
---
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 803f499..4c3bfd7 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 <cmmarusich@gmail.com>
-;;; Copyright © 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018, 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -27,14 +27,14 @@
(define-public sg3-utils
(package
(name "sg3-utils")
- (version "1.45")
+ (version "1.46")
(source (origin
(method url-fetch)
(uri (string-append "http://sg.danny.cz/sg/p/sg3_utils-"
version ".tar.xz"))
(sha256
(base32
- "1vmjb17y33a73sv7jg8fzs6bhr7yh2k9sba81sjiyf1pvi3vbnn7"))))
+ "185rlxppnsmi6q7garfhglmw31gji2ff24xg2yjk3klk1fqnihjr"))))
(build-system gnu-build-system)
(home-page "http://sg.danny.cz/sg/sg3_utils.html")
(synopsis "SCSI device utilities")
- branch master updated (634d984 -> 4b8c687), guix-commits, 2021/03/30
- 03/09: gnu: nginx: Update to 1.19.9., guix-commits, 2021/03/30
- 04/09: gnu: nginx-documentation: Update to 1.19.9-2696-f85798c1c70a., guix-commits, 2021/03/30
- 05/09: gnu: avidemux: Update to 2.7.8., guix-commits, 2021/03/30
- 06/09: gnu: vim: Update to 8.2.2677., guix-commits, 2021/03/30
- 02/09: gnu: vsftp: Apply unstaged fixes., guix-commits, 2021/03/30
- 01/09: gnu: nq: Update to 0.4., guix-commits, 2021/03/30
- 07/09: gnu: quickjs: Update to 2021-03-27., guix-commits, 2021/03/30
- 09/09: gnu: libupnp: Update to 1.14.4., guix-commits, 2021/03/30
- 08/09: gnu: sg3-utils: Update to 1.46.,
guix-commits <=