diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-19 14:41:47 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-19 14:41:47 +0100 |
commit | 39c6af47741f04e07693ccd4de8cc13456bafcfb (patch) | |
tree | 3d02f88eb08741b846f9e4edfecdd65b4872025d | |
parent | eaa69a7996c8250100a20e65dd5e8ce9b3141439 (diff) | |
download | patches-39c6af47741f04e07693ccd4de8cc13456bafcfb.tar patches-39c6af47741f04e07693ccd4de8cc13456bafcfb.tar.gz |
gnu: hdparm: Update to 9.55.
* gnu/packages/linux.scm (hdparm): Update to 9.55.
-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 b7e70249f3..b586c29d0e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2540,14 +2540,14 @@ thanks to the use of namespaces.") (define-public hdparm (package (name "hdparm") - (version "9.54") + (version "9.55") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/" name "/" name "/" name "-" version ".tar.gz")) (sha256 (base32 - "0ghnhdj7wfw6acfyhdawpfa5n9kvkvzgi1fw6i7sghgbjx5nhyjd")))) + "1ivdvrzimaayiq03by8mcq0mhmdljndj06h012zkdpw34irnpixm")))) (build-system gnu-build-system) (arguments `(#:make-flags (let ((out (assoc-ref %outputs "out"))) |