guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: hdparm: Update to 9.52.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: hdparm: Update to 9.52.
Date: Tue, 2 May 2017 17:38:01 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8a1bb37817126819eea288a9c6b639288f78b5a7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue May 2 23:35:24 2017 +0200

    gnu: hdparm: Update to 9.52.
    
    * gnu/packages/linux.scm (hdparm): Update to 9.52.
---
 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 66fb328..a5a2ea3 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")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]