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:
parent
16b84f54bd
commit
b7afc63f0f
1 changed files with 3 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue