[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: hdparm: Update to 9.56.
From: |
Tobias Geerinckx-Rice |
Subject: |
06/06: gnu: hdparm: Update to 9.56. |
Date: |
Wed, 10 Oct 2018 17:50:51 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 43abffa1a3f216aa7cffaa748d3453e30f3e8839
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Oct 10 23:45:55 2018 +0200
gnu: hdparm: Update to 9.56.
* gnu/packages/linux.scm (hdparm): Update to 9.56.
---
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 b65bf9b..9b16083 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2668,14 +2668,14 @@ isolation or root privileges.")
(define-public hdparm
(package
(name "hdparm")
- (version "9.55")
+ (version "9.56")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/" name "/" name "/"
name "-" version ".tar.gz"))
(sha256
(base32
- "1ivdvrzimaayiq03by8mcq0mhmdljndj06h012zkdpw34irnpixm"))))
+ "1np42qyhb503khvacnjcl3hb1dqly68gj0a1xip3j5qhbxlyvybg"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (let ((out (assoc-ref %outputs "out")))
- branch master updated (47f9fb1 -> 43abffa), Tobias Geerinckx-Rice, 2018/10/10
- 01/06: gnu: ranger: More test tweaks., Tobias Geerinckx-Rice, 2018/10/10
- 02/06: gnu: python-pickleshare: Update to 0.7.5., Tobias Geerinckx-Rice, 2018/10/10
- 04/06: gnu: haveged: Mark up description., Tobias Geerinckx-Rice, 2018/10/10
- 05/06: gnu: perftest: Update to 4.4-0.4., Tobias Geerinckx-Rice, 2018/10/10
- 06/06: gnu: hdparm: Update to 9.56.,
Tobias Geerinckx-Rice <=
- 03/06: gnu: haveged: Update to 1.9.4., Tobias Geerinckx-Rice, 2018/10/10