gnu: sg3-utils: Update to 1.44.
* gnu/packages/scsi.scm (sg3-utils): Update to 1.44.
This commit is contained in:
parent
e266043e67
commit
29a000b602
1 changed files with 2 additions and 2 deletions
|
@ -27,14 +27,14 @@
|
||||||
(define-public sg3-utils
|
(define-public sg3-utils
|
||||||
(package
|
(package
|
||||||
(name "sg3-utils")
|
(name "sg3-utils")
|
||||||
(version "1.43")
|
(version "1.44")
|
||||||
(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
|
||||||
"04l58wvncqk6lfh4lashsl3ccsa1114hkd6vwi1h1cbmq2fw9c8v"))))
|
"01avlgrbxlij8spish4i69ji1m49biz4mbayzzc2qx0hcl8ar56a"))))
|
||||||
(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")
|
||||||
|
|
Reference in a new issue