[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: hdparm: Update to 9.51.
From: |
Tobias Geerinckx-Rice |
Subject: |
03/05: gnu: hdparm: Update to 9.51. |
Date: |
Thu, 30 Mar 2017 22:05:31 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 0bea8ebe20158b5a957c6afb5799ee9d86f8375f
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Mar 31 00:29:43 2017 +0200
gnu: hdparm: Update to 9.51.
* gnu/packages/linux.scm (hdparm): Update to 9.51.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 571f8b9..a6b3614 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2269,14 +2269,14 @@ thanks to the use of namespaces.")
(define-public hdparm
(package
(name "hdparm")
- (version "9.45")
+ (version "9.51")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/" name "/" name "/"
name "-" version ".tar.gz"))
(sha256
(base32
- "0sc6yf3k6sd7n6a2ig2my9fjlqpak3znlyw7jw4cz5d9asm1rc13"))))
+ "14ax5lyzhigx58ing7adbfyzisv0fqajbmzphg149rnb3s4xiyhs"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (let ((out (assoc-ref %outputs "out")))