gnu: hdparm: Don't use NAME in source URI.

* gnu/packages/linux.scm (hdparm)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-02-24 21:16:11 +01:00
parent 8118a086bf
commit 1b1ef87ef1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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"))))