summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndy Tai <atai@atai.org>2024-06-12 04:28:23 -0700
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-06-24 08:51:40 -0400
commit4965f9314a0574a46d9ed65b00ea7794a8da2a7b (patch)
tree15f6458e2bd2f3da83b65a85516e6b9152a0c8a4 /gnu
parent7be6cb8acaa7ea8fba7f89e27adb01ad7485856e (diff)
downloadguix-patches-4965f9314a0574a46d9ed65b00ea7794a8da2a7b.tar
guix-patches-4965f9314a0574a46d9ed65b00ea7794a8da2a7b.tar.gz
gnu: smartmontools: Update to 7.4.
* gnu/packages/admin.scm (smartmontools): Update to 7.4. Change-Id: I43848ea3e9c00827d05e1511b7fe01c491a61b23 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/admin.scm4
1 files 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