Archived
1
0
Fork 0

gnu: hdparm: Update to 9.56.

* gnu/packages/linux.scm (hdparm): Update to 9.56.
This commit is contained in:
Tobias Geerinckx-Rice 2018-10-10 23:45:55 +02:00
parent 50298d4a81
commit 43abffa1a3
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2668,14 +2668,14 @@ isolation or root privileges.")
(define-public hdparm (define-public hdparm
(package (package
(name "hdparm") (name "hdparm")
(version "9.55") (version "9.56")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/" name "/" name "/" (uri (string-append "mirror://sourceforge/" name "/" name "/"
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1ivdvrzimaayiq03by8mcq0mhmdljndj06h012zkdpw34irnpixm")))) "1np42qyhb503khvacnjcl3hb1dqly68gj0a1xip3j5qhbxlyvybg"))))
(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")))