summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-05-02 23:35:24 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-05-02 23:35:24 +0200
commit8a1bb37817126819eea288a9c6b639288f78b5a7 (patch)
treee5ffc757e617194758fd8b7de561dfe243d6a204
parent7e16478f182866664d4e6f6737655169b0b346a1 (diff)
downloadguix-patches-8a1bb37817126819eea288a9c6b639288f78b5a7.tar
guix-patches-8a1bb37817126819eea288a9c6b639288f78b5a7.tar.gz
gnu: hdparm: Update to 9.52.
* gnu/packages/linux.scm (hdparm): Update to 9.52.
-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 66fb328a3a..a5a2ea3e0c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2286,14 +2286,14 @@ thanks to the use of namespaces.")
(define-public hdparm
(package
(name "hdparm")
- (version "9.51")
+ (version "9.52")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/" name "/" name "/"
name "-" version ".tar.gz"))
(sha256
(base32
- "14ax5lyzhigx58ing7adbfyzisv0fqajbmzphg149rnb3s4xiyhs"))))
+ "1djgxhfadd865dcrl6dp7dvjxpaisy7mk17mbdbglwg24ga9qhn3"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (let ((out (assoc-ref %outputs "out")))