gnu: lm-sensors: Use a descriptive file name for the source tarball.
* gnu/packages/linux.scm (lm-sensors)[source]: Add file-name field.
This commit is contained in:
parent
bd9b8d89ad
commit
bc4a2b853c
|
@ -2056,6 +2056,7 @@ country-specific regulations for the wireless spectrum.")
|
||||||
"https://github.com/groeck/lm-sensors/archive/V"
|
"https://github.com/groeck/lm-sensors/archive/V"
|
||||||
(string-join (string-split version #\.) "-")
|
(string-join (string-split version #\.) "-")
|
||||||
".tar.gz")))
|
".tar.gz")))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0knb09s9lvx0wzfsaizx3xq58q6kllqf7nkbwvir0wkgn31c2d73"))
|
"0knb09s9lvx0wzfsaizx3xq58q6kllqf7nkbwvir0wkgn31c2d73"))
|
||||||
|
|
Loading…
Reference in New Issue