mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 18:19:15 -05:00
gnu: hdparm: Update to 9.62.
* gnu/packages/linux.scm (hdparm): Update to 9.62.
This commit is contained in:
parent
103c38b798
commit
f5d0e35b94
1 changed files with 2 additions and 2 deletions
|
@ -4368,14 +4368,14 @@ (define-public singularity
|
||||||
(define-public hdparm
|
(define-public hdparm
|
||||||
(package
|
(package
|
||||||
(name "hdparm")
|
(name "hdparm")
|
||||||
(version "9.61")
|
(version "9.62")
|
||||||
(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
|
||||||
"0hskvzsg58hw8abkkmxh5kky0hhilv516870x2bq62zihww1q6ns"))))
|
"0zvppv8qw0y1shlhn34iq1g4883i1cywsa514n595nmyrmsrs3rc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Loading…
Reference in a new issue