gnu: hdparm: Update to 9.58.
* gnu/packages/linux.scm (hdparm): Update to 9.58.
This commit is contained in:
parent
1b1ef87ef1
commit
abb90ff987
|
@ -2693,14 +2693,14 @@ isolation or root privileges.")
|
||||||
(define-public hdparm
|
(define-public hdparm
|
||||||
(package
|
(package
|
||||||
(name "hdparm")
|
(name "hdparm")
|
||||||
(version "9.56")
|
(version "9.58")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/hdparm/hdparm/"
|
(uri (string-append "mirror://sourceforge/hdparm/hdparm/"
|
||||||
"hdparm-" version ".tar.gz"))
|
"hdparm-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1np42qyhb503khvacnjcl3hb1dqly68gj0a1xip3j5qhbxlyvybg"))))
|
"03z1qm8zbgpxagk3994lvp24yqsshjibkwg05v9p3q1w7y48xrws"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags (let ((out (assoc-ref %outputs "out")))
|
`(#:make-flags (let ((out (assoc-ref %outputs "out")))
|
||||||
|
|
Loading…
Reference in New Issue