diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-24 21:16:25 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-24 21:29:22 +0100 |
commit | abb90ff9877088f7b66ceddf0180920929aff4eb (patch) | |
tree | 0702dabbb03a94d8350fcdb86b50956159a84f78 | |
parent | 1b1ef87ef1aee4ad91a6badea66480fd878a3fc6 (diff) | |
download | guix-abb90ff9877088f7b66ceddf0180920929aff4eb.tar.gz guix-abb90ff9877088f7b66ceddf0180920929aff4eb.zip |
gnu: hdparm: Update to 9.58.
* gnu/packages/linux.scm (hdparm): Update to 9.58.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 04a3c4a6a5..6463510eeb 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2693,14 +2693,14 @@ isolation or root privileges.") (define-public hdparm (package (name "hdparm") - (version "9.56") + (version "9.58") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/hdparm/hdparm/" "hdparm-" version ".tar.gz")) (sha256 (base32 - "1np42qyhb503khvacnjcl3hb1dqly68gj0a1xip3j5qhbxlyvybg")))) + "03z1qm8zbgpxagk3994lvp24yqsshjibkwg05v9p3q1w7y48xrws")))) (build-system gnu-build-system) (arguments `(#:make-flags (let ((out (assoc-ref %outputs "out"))) |