summary refs log tree commit diff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-01-11 11:58:47 +0000
committerTobias Geerinckx-Rice <me@tobias.gr>2022-01-11 20:17:50 +0000
commitfc6ca1ed99742654f6e53edd483a5701b133fc61 (patch)
tree4fba5d5ff3989c0fec6cff427dfa3bc5b62e7f91 /gnu/packages/linux.scm
parente5fb2bcc17a72346081e49ff39a86afb0f9fee91 (diff)
downloadguix-fc6ca1ed99742654f6e53edd483a5701b133fc61.tar.gz
gnu: hdparm: Update to 9.63.
* gnu/packages/linux.scm (hdparm): Update to 9.63.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9bc32832c6..9c20c09973 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4685,14 +4685,14 @@ isolation or root privileges.")
 (define-public hdparm
   (package
     (name "hdparm")
-    (version "9.62")
+    (version "9.63")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/hdparm/hdparm/"
                                   "hdparm-" version ".tar.gz"))
               (sha256
                (base32
-                "0zvppv8qw0y1shlhn34iq1g4883i1cywsa514n595nmyrmsrs3rc"))))
+                "14cni5r116k07zqj0565byjhv6gf3ns6hd8jkjl7fn5sxgm5sy3h"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags