gnu: hdparm: Update to 9.56.
* gnu/packages/linux.scm (hdparm): Update to 9.56.
This commit is contained in:
parent
50298d4a81
commit
43abffa1a3
1 changed files with 2 additions and 2 deletions
|
@ -2668,14 +2668,14 @@ (define-public singularity
|
|||
(define-public hdparm
|
||||
(package
|
||||
(name "hdparm")
|
||||
(version "9.55")
|
||||
(version "9.56")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/" name "/" name "/"
|
||||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ivdvrzimaayiq03by8mcq0mhmdljndj06h012zkdpw34irnpixm"))))
|
||||
"1np42qyhb503khvacnjcl3hb1dqly68gj0a1xip3j5qhbxlyvybg"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags (let ((out (assoc-ref %outputs "out")))
|
||||
|
|
Loading…
Reference in a new issue