diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:01 +0200 |
commit | 511b7e0ce69b53af0cc94d8f3c57d485471a8096 (patch) | |
tree | 779951ea8ed30b2365105745150b95771bfd5c6f /gnu | |
parent | 061c45c535f2ac4c320a5e0c9de0966f180617e1 (diff) | |
download | guix-511b7e0ce69b53af0cc94d8f3c57d485471a8096.tar guix-511b7e0ce69b53af0cc94d8f3c57d485471a8096.tar.gz |
gnu: hdparm: Update to 9.65.
* gnu/packages/linux.scm (hdparm): Update to 9.65.
Diffstat (limited to 'gnu')
-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 6cdd3a548c..4a7071e078 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4754,14 +4754,14 @@ isolation or root privileges.") (define-public hdparm (package (name "hdparm") - (version "9.64") + (version "9.65") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/hdparm/hdparm/" "hdparm-" version ".tar.gz")) (sha256 (base32 - "16l5mc6dpqkzhwsljyzks05pq89l2lw09qkx50ks1zn3a5lranri")))) + "0jssagggg52ssl9kg99m88afghj7bm1854vyf4p96q6h23wjjjfi")))) (build-system gnu-build-system) (arguments (list #:make-flags |