guix-commits
[Top][All Lists]
Advanced

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

10/11: gnu: hdparm: Update to 9.62.


From: guix-commits
Subject: 10/11: gnu: hdparm: Update to 9.62.
Date: Wed, 12 May 2021 18:40:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f5d0e35b940ec3edc62f8493d9156fc9b88ba526
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed May 12 22:47:25 2021 +0200

    gnu: hdparm: Update to 9.62.
    
    * gnu/packages/linux.scm (hdparm): Update to 9.62.
---
 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 5bd49b9..4be5e8e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4368,14 +4368,14 @@ isolation or root privileges.")
 (define-public hdparm
   (package
     (name "hdparm")
-    (version "9.61")
+    (version "9.62")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/hdparm/hdparm/"
                                   "hdparm-" version ".tar.gz"))
               (sha256
                (base32
-                "0hskvzsg58hw8abkkmxh5kky0hhilv516870x2bq62zihww1q6ns"))))
+                "0zvppv8qw0y1shlhn34iq1g4883i1cywsa514n595nmyrmsrs3rc"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags



reply via email to

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