guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: smartmontools: Update to 6.5.


From: Leo Famulari
Subject: 01/01: gnu: smartmontools: Update to 6.5.
Date: Sat, 4 Jun 2016 03:13:31 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 85de436530b81ecdcd6fe1a079d734340c8170b9
Author: Leo Famulari <address@hidden>
Date:   Fri Jun 3 23:11:45 2016 -0400

    gnu: smartmontools: Update to 6.5.
    
    * gnu/packages/admin.scm (smartmontools): Update to 6.5.
---
 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 45e973c..abfef36 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1253,7 +1253,7 @@ various ways that may be running with too much 
privilege.")
 (define-public smartmontools
   (package
     (name "smartmontools")
-    (version "6.3")
+    (version "6.5")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1261,7 +1261,7 @@ various ways that may be running with too much 
privilege.")
                     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/";)



reply via email to

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