guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: smartmontools: Update to 7.1.


From: guix-commits
Subject: 03/03: gnu: smartmontools: Update to 7.1.
Date: Wed, 1 Jan 2020 11:17:58 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d252fbb49e3acf5b28af3b1845309915b092292e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jan 1 17:15:47 2020 +0100

    gnu: smartmontools: Update to 7.1.
    
    * gnu/packages/admin.scm (smartmontools): Update to 7.1.
---
 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 a2238dc..2a0ad45 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1830,7 +1830,7 @@ various ways that may be running with too much 
privilege.")
 (define-public smartmontools
   (package
     (name "smartmontools")
-    (version "7.0")
+    (version "7.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1838,7 +1838,7 @@ various ways that may be running with too much 
privilege.")
                     version "/smartmontools-" version ".tar.gz"))
               (sha256
                (base32
-                "077nx2rn9szrg6isdh0938zbp7vr3dsyxl4jdyyzv1xwhqksrqg5"))))
+                "0imqb7ka4ia5573w8rnpck571pjjc9698pdjcapy9cfyk4n4swrz"))))
     (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]