me
/
guix
Archived
1
0
Fork 0

gnu: smartmontools: Update to 7.3.

* gnu/packages/admin.scm (smartmontools): Update to 7.3.
master
Tobias Geerinckx-Rice 2023-07-02 02:00:01 +02:00
parent 8b86c92d6a
commit c128ce94d9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2733,7 +2733,7 @@ various ways that may be running with too much privilege.")
(define-public smartmontools (define-public smartmontools
(package (package
(name "smartmontools") (name "smartmontools")
(version "7.2") (version "7.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -2741,7 +2741,7 @@ various ways that may be running with too much privilege.")
version "/smartmontools-" version ".tar.gz")) version "/smartmontools-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1mlc25sd5rgj5xmzcllci47inmfdw7cp185fday6hc9rwqkqmnaw")))) "0ax2wf5j8k2fbm85s0rbj9sajn5q3j2a2k22wyqcyn0cin0ghi55"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:make-flags (list #:make-flags