gnu: sdparm: Update to 1.12.

* gnu/packages/disk.scm (sdparm): Update to 1.12.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-23 18:18:45 +02:00
parent 0270446dd6
commit 4dafd97449
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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")