all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71515] [PATCH] gnu: smartmontools: Update to 7.4.
@ 2024-06-12 11:28 Andy Tai
  0 siblings, 0 replies; only message in thread
From: Andy Tai @ 2024-06-12 11:28 UTC (permalink / raw)
  To: 71515; +Cc: Andy Tai

* gnu/packages/admin.scm (smartmontools): Update to 7.4.

Change-Id: I43848ea3e9c00827d05e1511b7fe01c491a61b23
---
 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 212c2b3715..767ff24a81 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2812,7 +2812,7 @@ (define-public libcap-ng
 (define-public smartmontools
   (package
     (name "smartmontools")
-    (version "7.3")
+    (version "7.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2820,7 +2820,7 @@ (define-public smartmontools
                     version "/smartmontools-" version ".tar.gz"))
               (sha256
                (base32
-                "0ax2wf5j8k2fbm85s0rbj9sajn5q3j2a2k22wyqcyn0cin0ghi55"))))
+                "0gcrzcb4g7f994n6nws26g6x15yjija1gyzd359sjv7r3xj1z9p9"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags

base-commit: 30f0faafc4b1cb092d50b58b38db7435c8dbcfeb
-- 
2.34.1





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-06-12 11:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-12 11:28 [bug#71515] [PATCH] gnu: smartmontools: Update to 7.4 Andy Tai

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.