guix-commits
[Top][All Lists]
Advanced

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

11/14: gnu: smartmontools: Update to 7.3.


From: guix-commits
Subject: 11/14: gnu: smartmontools: Update to 7.3.
Date: Fri, 7 Jul 2023 17:35:27 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c128ce94d9a4f4ef1ffa9fee8ac852179ed8d8fc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 2 02:00:01 2023 +0200

    gnu: smartmontools: Update to 7.3.
    
    * gnu/packages/admin.scm (smartmontools): Update to 7.3.
---
 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 ff3eee5127..51d1a450bf 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2733,7 +2733,7 @@ various ways that may be running with too much 
privilege.")
 (define-public smartmontools
   (package
     (name "smartmontools")
-    (version "7.2")
+    (version "7.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2741,7 +2741,7 @@ various ways that may be running with too much 
privilege.")
                     version "/smartmontools-" version ".tar.gz"))
               (sha256
                (base32
-                "1mlc25sd5rgj5xmzcllci47inmfdw7cp185fday6hc9rwqkqmnaw"))))
+                "0ax2wf5j8k2fbm85s0rbj9sajn5q3j2a2k22wyqcyn0cin0ghi55"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags



reply via email to

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