gnu: hdparm: Update to 9.52.

* gnu/packages/linux.scm (hdparm): Update to 9.52.
This commit is contained in:
Tobias Geerinckx-Rice 2017-05-02 23:35:24 +02:00
parent 7e16478f18
commit 8a1bb37817
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99

@ -2286,14 +2286,14 @@ thanks to the use of namespaces.")
(define-public hdparm
(package
(name "hdparm")
(version "9.51")
(version "9.52")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/" name "/" name "/"
name "-" version ".tar.gz"))
(sha256
(base32
"14ax5lyzhigx58ing7adbfyzisv0fqajbmzphg149rnb3s4xiyhs"))))
"1djgxhfadd865dcrl6dp7dvjxpaisy7mk17mbdbglwg24ga9qhn3"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (let ((out (assoc-ref %outputs "out")))