[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: lm-sensors: Use a descriptive file name for the source tarba
From: |
Leo Famulari |
Subject: |
01/01: gnu: lm-sensors: Use a descriptive file name for the source tarball. |
Date: |
Mon, 27 Mar 2017 14:33:32 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit bc4a2b853c92b29d8590db711dbd8bd1bc22db3d
Author: Leo Famulari <address@hidden>
Date: Mon Mar 27 14:29:42 2017 -0400
gnu: lm-sensors: Use a descriptive file name for the source tarball.
* gnu/packages/linux.scm (lm-sensors)[source]: Add file-name field.
---
gnu/packages/linux.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index bd70402..c42a679 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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"))