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
@ -2696,8 +2696,8 @@ isolation or root privileges.")
|
||||
(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 New Issue
Block a user