gnu: smartmontools: Update to 7.1.

* gnu/packages/admin.scm (smartmontools): Update to 7.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-01 17:15:47 +01:00
parent 823b77fb0d
commit d252fbb49e
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C

View File

@ -1830,7 +1830,7 @@ various ways that may be running with too much privilege.")
(define-public smartmontools
(package
(name "smartmontools")
(version "7.0")
(version "7.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -1838,7 +1838,7 @@ various ways that may be running with too much privilege.")
version "/smartmontools-" version ".tar.gz"))
(sha256
(base32
"077nx2rn9szrg6isdh0938zbp7vr3dsyxl4jdyyzv1xwhqksrqg5"))))
"0imqb7ka4ia5573w8rnpck571pjjc9698pdjcapy9cfyk4n4swrz"))))
(build-system gnu-build-system)
(inputs `(("libcap-ng" ,libcap-ng)))
(home-page "https://www.smartmontools.org/")