mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: hdparm: Update to 9.61.
* gnu/packages/linux.scm (hdparm): Update to 9.61.
This commit is contained in:
parent
49ae8353d5
commit
19257ce954
1 changed files with 2 additions and 2 deletions
|
@ -4319,14 +4319,14 @@ isolation or root privileges.")
|
||||||
(define-public hdparm
|
(define-public hdparm
|
||||||
(package
|
(package
|
||||||
(name "hdparm")
|
(name "hdparm")
|
||||||
(version "9.60")
|
(version "9.61")
|
||||||
(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
|
||||||
"1k1mcv7naiacw1y6bdd1adnjfiq1kkx2ivsadjwmlkg4fff775w3"))))
|
"0hskvzsg58hw8abkkmxh5kky0hhilv516870x2bq62zihww1q6ns"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue