nckx pushed a commit to branch master
in repository guix.
commit da7fde00b507359570cc846fa30d57bfebf1752c
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Fri Jan 1 17:01:20 2021 +0100
gnu: smartmontools: Update to 7.2.
* gnu/packages/admin.scm (smartmontools): Update to 7.2.
---
gnu/packages/admin.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index ed6d276..3750733 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -13,7 +13,7 @@
;;; Copyright © 2016 Peter Feigl <[email protected]>
;;; Copyright © 2016 John J. Foerch <[email protected]>
;;; Copyright © 2016, 2017 Nikita <[email protected]>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice
<[email protected]>
+;;; Copyright © 2016–2021 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2016 John Darrington <[email protected]>
;;; Copyright © 2017 Ben Sturmfels <[email protected]>
;;; Copyright © 2017 Ethan R. Jones <[email protected]>
@@ -2110,7 +2110,7 @@ various ways that may be running with too much
privilege.")
(define-public smartmontools
(package
(name "smartmontools")
- (version "7.1")
+ (version "7.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2118,7 +2118,7 @@ various ways that may be running with too much
privilege.")
version "/smartmontools-" version ".tar.gz"))
(sha256
(base32
- "0imqb7ka4ia5573w8rnpck571pjjc9698pdjcapy9cfyk4n4swrz"))))
+ "1mlc25sd5rgj5xmzcllci47inmfdw7cp185fday6hc9rwqkqmnaw"))))
(build-system gnu-build-system)
(inputs `(("libcap-ng" ,libcap-ng)))
(home-page "https://www.smartmontools.org/")