Archived
1
0
Fork 0

gnu: sg3-utils: Update to 1.47.

* gnu/packages/scsi.scm (sg3-utils): Update to 1.47.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-17 22:10:13 +01:00
parent e3f70c947f
commit f41fbda9db
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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