mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -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")
|
(version "9.56")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/" name "/" name "/"
|
(uri (string-append "mirror://sourceforge/hdparm/hdparm/"
|
||||||
name "-" version ".tar.gz"))
|
"hdparm-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1np42qyhb503khvacnjcl3hb1dqly68gj0a1xip3j5qhbxlyvybg"))))
|
"1np42qyhb503khvacnjcl3hb1dqly68gj0a1xip3j5qhbxlyvybg"))))
|
||||||
|
|
Loading…
Reference in a new issue