mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 08:36:32 +01:00
gnu: lm-sensors: Update to 3.6.0.
* gnu/packages/linux.scm (lm-sensors): Update to 3.6.0.
This commit is contained in:
parent
225aaf2676
commit
3feae38669
1 changed files with 4 additions and 4 deletions
|
@ -2919,7 +2919,7 @@ (define-public wireless-regdb
|
||||||
(define-public lm-sensors
|
(define-public lm-sensors
|
||||||
(package
|
(package
|
||||||
(name "lm-sensors")
|
(name "lm-sensors")
|
||||||
(version "3.5.0")
|
(version "3.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2929,7 +2929,7 @@ (define-public lm-sensors
|
||||||
(string-split version #\.) "-")))))
|
(string-split version #\.) "-")))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1mdrnb9r01z1xfdm6dpkywvf9yy9a4yzb59paih9sijwmigv19fj"))
|
(base32 "1ipf6wjx037sqyhy0r5jh4983h216anq9l68ckn2x5c3qc4wfmzn"))
|
||||||
(patches (search-patches "lm-sensors-hwmon-attrs.patch"))))
|
(patches (search-patches "lm-sensors-hwmon-attrs.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("rrdtool" ,rrdtool)
|
(inputs `(("rrdtool" ,rrdtool)
|
||||||
|
@ -2940,10 +2940,10 @@ (define-public lm-sensors
|
||||||
("flex" ,flex)
|
("flex" ,flex)
|
||||||
("bison" ,bison)
|
("bison" ,bison)
|
||||||
("which" ,which)))
|
("which" ,which)))
|
||||||
(outputs '("lib" ;avoid perl in closure
|
(outputs '("lib" ; avoid perl in closure
|
||||||
"out"))
|
"out"))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no 'check' target
|
`(#:tests? #f ; no 'check' target
|
||||||
#:make-flags (list (string-append "PREFIX=" %output)
|
#:make-flags (list (string-append "PREFIX=" %output)
|
||||||
(string-append "ETCDIR=" (assoc-ref %outputs "lib") "/etc")
|
(string-append "ETCDIR=" (assoc-ref %outputs "lib") "/etc")
|
||||||
(string-append "INCLUDEDIR="
|
(string-append "INCLUDEDIR="
|
||||||
|
|
Loading…
Reference in a new issue