gnu: sdparm: Update to 1.12.
* gnu/packages/disk.scm (sdparm): Update to 1.12.
This commit is contained in:
parent
0270446dd6
commit
4dafd97449
1 changed files with 2 additions and 2 deletions
|
@ -494,14 +494,14 @@ (define-public fatfsck/static
|
||||||
(define-public sdparm
|
(define-public sdparm
|
||||||
(package
|
(package
|
||||||
(name "sdparm")
|
(name "sdparm")
|
||||||
(version "1.11")
|
(version "1.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://sg.danny.cz/sg/p/"
|
(uri (string-append "http://sg.danny.cz/sg/p/"
|
||||||
"sdparm-" version ".tar.xz"))
|
"sdparm-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1nqjc4w2w47zavcbf5xmm53x1zbwgljaw1lpajcdi537cgy32fa8"))))
|
(base32 "1gmdxr36allrgap2j4dv238d8awkj327ww0jjwpjwrpbvfpyzjf4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://sg.danny.cz/sg/sdparm.html")
|
(home-page "http://sg.danny.cz/sg/sdparm.html")
|
||||||
(synopsis "Provide access to SCSI device parameters")
|
(synopsis "Provide access to SCSI device parameters")
|
||||||
|
|
Loading…
Reference in a new issue