me
/
guix
Archived
1
0
Fork 0

gnu: smartmontools: Update to 7.1.

* gnu/packages/admin.scm (smartmontools): Update to 7.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -1830,7 +1830,7 @@ various ways that may be running with too much privilege.")
(define-public smartmontools (define-public smartmontools
(package (package
(name "smartmontools") (name "smartmontools")
(version "7.0") (version "7.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1838,7 +1838,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
"077nx2rn9szrg6isdh0938zbp7vr3dsyxl4jdyyzv1xwhqksrqg5")))) "0imqb7ka4ia5573w8rnpck571pjjc9698pdjcapy9cfyk4n4swrz"))))
(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/")