1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-08 04:38:50 +02:00

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:
Leo Famulari
2017-03-27 14:29:42 -04:00
parent bd9b8d89ad
commit bc4a2b853c
+1
View File
@@ -2056,6 +2056,7 @@ country-specific regulations for the wireless spectrum.")
"https://github.com/groeck/lm-sensors/archive/V"
(string-join (string-split version #\.) "-")
".tar.gz")))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0knb09s9lvx0wzfsaizx3xq58q6kllqf7nkbwvir0wkgn31c2d73"))