gnu: smartmontools: Update to 6.6.

* gnu/packages/admin.scm (smartmontools): Update to 6.6.
This commit is contained in:
Tobias Geerinckx-Rice 2017-11-14 05:14:24 +01:00
parent 8c2dcedd1d
commit bd2eedd116
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1292,7 +1292,7 @@ (define-public libcap-ng
(define-public smartmontools
(package
(name "smartmontools")
(version "6.5")
(version "6.6")
(source (origin
(method url-fetch)
(uri (string-append
@ -1300,7 +1300,7 @@ (define-public smartmontools
version "/smartmontools-" version ".tar.gz"))
(sha256
(base32
"1g25r6sx85b5lay5n6sbnqv05qxzj6xsafsp93hnrg1h044bps49"))))
"0m1hllbb78rr6cxkbalmz1gqkl0psgq8rrmv4gwcmz34n07kvx2i"))))
(build-system gnu-build-system)
(inputs `(("libcap-ng" ,libcap-ng)))
(home-page "https://www.smartmontools.org/")