Archived
1
0
Fork 0

gnu: sdparm: Update to 1.11.

* gnu/packages/disk.scm (sdparm): Update to 1.11.
[source]: Hard-code name.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-13 05:28:39 +01:00
parent 16b84f54bd
commit b7afc63f0f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -293,15 +293,14 @@ and a @command{fsck.vfat} compatibility symlink for use in an initrd.")
(define-public sdparm (define-public sdparm
(package (package
(name "sdparm") (name "sdparm")
(version "1.10") (version "1.11")
(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/"
name "-" version ".tar.xz")) "sdparm-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32 "1nqjc4w2w47zavcbf5xmm53x1zbwgljaw1lpajcdi537cgy32fa8"))))
"1jjq3lzgfy4r76rc26q02lv4wm5cb4dx5nh913h489zjrr4f3jbx"))))
(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")