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.55.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: hdparm: Update to 9.55.
Date: Mon, 19 Mar 2018 09:45:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 39c6af47741f04e07693ccd4de8cc13456bafcfb
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Mar 19 14:41:47 2018 +0100

    gnu: hdparm: Update to 9.55.
    
    * gnu/packages/linux.scm (hdparm): Update to 9.55.
---
 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 b7e7024..b586c29 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2540,14 +2540,14 @@ thanks to the use of namespaces.")
 (define-public hdparm
   (package
     (name "hdparm")
-    (version "9.54")
+    (version "9.55")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/" name "/" name "/"
                                   name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0ghnhdj7wfw6acfyhdawpfa5n9kvkvzgi1fw6i7sghgbjx5nhyjd"))))
+                "1ivdvrzimaayiq03by8mcq0mhmdljndj06h012zkdpw34irnpixm"))))
     (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]