mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: hdparm: Don't use NAME in source URI.
* gnu/packages/linux.scm (hdparm)[source]: Hard-code NAME.
This commit is contained in:
parent
8118a086bf
commit
1b1ef87ef1
1 changed files with 2 additions and 2 deletions
|
@ -2696,8 +2696,8 @@ (define-public hdparm
|
|||
(version "9.56")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/" name "/" name "/"
|
||||
name "-" version ".tar.gz"))
|
||||
(uri (string-append "mirror://sourceforge/hdparm/hdparm/"
|
||||
"hdparm-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1np42qyhb503khvacnjcl3hb1dqly68gj0a1xip3j5qhbxlyvybg"))))
|
||||
|
|
Loading…
Reference in a new issue