3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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
(package
(name "sdparm")
(version "1.10")
(version "1.11")
(source
(origin
(method url-fetch)
(uri (string-append "http://sg.danny.cz/sg/p/"
name "-" version ".tar.xz"))
"sdparm-" version ".tar.xz"))
(sha256
(base32
"1jjq3lzgfy4r76rc26q02lv4wm5cb4dx5nh913h489zjrr4f3jbx"))))
(base32 "1nqjc4w2w47zavcbf5xmm53x1zbwgljaw1lpajcdi537cgy32fa8"))))
(build-system gnu-build-system)
(home-page "http://sg.danny.cz/sg/sdparm.html")
(synopsis "Provide access to SCSI device parameters")