gnu: smartmontools: Update to 6.5.

* gnu/packages/admin.scm (smartmontools): Update to 6.5.
This commit is contained in:
Leo Famulari 2016-06-03 23:11:45 -04:00
parent 6ac0a0fbe7
commit 85de436530
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1253,7 +1253,7 @@ (define-public libcap-ng
(define-public smartmontools
(package
(name "smartmontools")
(version "6.3")
(version "6.5")
(source (origin
(method url-fetch)
(uri (string-append
@ -1261,7 +1261,7 @@ (define-public smartmontools
version "/smartmontools-" version ".tar.gz"))
(sha256
(base32
"06gy71jh2d3gcfmlbbrsqw7215knkfq59q3j6qdxfrar39fhcxx7"))))
"1g25r6sx85b5lay5n6sbnqv05qxzj6xsafsp93hnrg1h044bps49"))))
(build-system gnu-build-system)
(inputs `(("libcap-ng" ,libcap-ng)))
(home-page "http://www.smartmontools.org/")