diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-17 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-17 02:00:16 +0200 |
commit | 687122b452f7eab638c527f1962818b0d1264cef (patch) | |
tree | 4ae86a08271d9c67acda4d84319f93c30b2f48f2 | |
parent | dc2f6aaa5664ff4eadccb87c90472f58ed5a2247 (diff) | |
download | guix-687122b452f7eab638c527f1962818b0d1264cef.tar.gz guix-687122b452f7eab638c527f1962818b0d1264cef.zip |
gnu: hdparm: Update to 9.64.
* gnu/packages/linux.scm (hdparm): Update to 9.64.
-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 acb746d860..c519e1d58c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4756,14 +4756,14 @@ isolation or root privileges.") (define-public hdparm (package (name "hdparm") - (version "9.63") + (version "9.64") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/hdparm/hdparm/" "hdparm-" version ".tar.gz")) (sha256 (base32 - "14cni5r116k07zqj0565byjhv6gf3ns6hd8jkjl7fn5sxgm5sy3h")))) + "16l5mc6dpqkzhwsljyzks05pq89l2lw09qkx50ks1zn3a5lranri")))) (build-system gnu-build-system) (arguments (list #:make-flags |