gnu: smartmontools: Update to 6.6.
* gnu/packages/admin.scm (smartmontools): Update to 6.6.
This commit is contained in:
parent
8c2dcedd1d
commit
bd2eedd116
|
@ -1292,7 +1292,7 @@ various ways that may be running with too much privilege.")
|
||||||
(define-public smartmontools
|
(define-public smartmontools
|
||||||
(package
|
(package
|
||||||
(name "smartmontools")
|
(name "smartmontools")
|
||||||
(version "6.5")
|
(version "6.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1300,7 +1300,7 @@ various ways that may be running with too much privilege.")
|
||||||
version "/smartmontools-" version ".tar.gz"))
|
version "/smartmontools-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1g25r6sx85b5lay5n6sbnqv05qxzj6xsafsp93hnrg1h044bps49"))))
|
"0m1hllbb78rr6cxkbalmz1gqkl0psgq8rrmv4gwcmz34n07kvx2i"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("libcap-ng" ,libcap-ng)))
|
(inputs `(("libcap-ng" ,libcap-ng)))
|
||||||
(home-page "https://www.smartmontools.org/")
|
(home-page "https://www.smartmontools.org/")
|
||||||
|
|
Loading…
Reference in New Issue