apteryx pushed a commit to branch master
in repository guix.

commit 4965f9314a0574a46d9ed65b00ea7794a8da2a7b
Author: Andy Tai <[email protected]>
AuthorDate: Wed Jun 12 04:28:23 2024 -0700

    gnu: smartmontools: Update to 7.4.
    
    * gnu/packages/admin.scm (smartmontools): Update to 7.4.
    
    Change-Id: I43848ea3e9c00827d05e1511b7fe01c491a61b23
    Signed-off-by: Maxim Cournoyer <[email protected]>
---
 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 6b9a3d2476..0d484ca9f5 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2812,7 +2812,7 @@ various ways that may be running with too much 
privilege.")
 (define-public smartmontools
   (package
     (name "smartmontools")
-    (version "7.3")
+    (version "7.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2820,7 +2820,7 @@ various ways that may be running with too much 
privilege.")
                     version "/smartmontools-" version ".tar.gz"))
               (sha256
                (base32
-                "0ax2wf5j8k2fbm85s0rbj9sajn5q3j2a2k22wyqcyn0cin0ghi55"))))
+                "0gcrzcb4g7f994n6nws26g6x15yjija1gyzd359sjv7r3xj1z9p9"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags

Reply via email to