diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-14 05:14:24 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-15 03:19:16 +0100 |
commit | bd2eedd1165ad02283b4cceabdc8bfe98dcedb1d (patch) | |
tree | bac99a6f70ddc3677564a3757efee4c2ef8c7c2a /gnu | |
parent | 8c2dcedd1d988df3bee773eb80994f27877c0184 (diff) | |
download | guix-bd2eedd1165ad02283b4cceabdc8bfe98dcedb1d.tar guix-bd2eedd1165ad02283b4cceabdc8bfe98dcedb1d.tar.gz |
gnu: smartmontools: Update to 6.6.
* gnu/packages/admin.scm (smartmontools): Update to 6.6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 43a72d7184..f56ecd8750 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1292,7 +1292,7 @@ various ways that may be running with too much privilege.") (define-public smartmontools (package (name "smartmontools") - (version "6.5") + (version "6.6") (source (origin (method url-fetch) (uri (string-append @@ -1300,7 +1300,7 @@ various ways that may be running with too much privilege.") 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/") |