guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/08: gnu: smartmontools: Update to 6.6.


From: Tobias Geerinckx-Rice
Subject: 01/08: gnu: smartmontools: Update to 6.6.
Date: Tue, 14 Nov 2017 21:17:29 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit bd2eedd1165ad02283b4cceabdc8bfe98dcedb1d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Nov 14 05:14:24 2017 +0100

    gnu: smartmontools: Update to 6.6.
    
    * gnu/packages/admin.scm (smartmontools): Update to 6.6.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 43a72d7..f56ecd8 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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]