diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-12 22:47:25 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-13 00:32:22 +0200 |
commit | f5d0e35b940ec3edc62f8493d9156fc9b88ba526 (patch) | |
tree | 00f6174225b6fcce1c06eb67d77674113042f755 /gnu | |
parent | 103c38b7987dd65be36393f8bae167d8f524b402 (diff) | |
download | guix-f5d0e35b940ec3edc62f8493d9156fc9b88ba526.tar guix-f5d0e35b940ec3edc62f8493d9156fc9b88ba526.tar.gz |
gnu: hdparm: Update to 9.62.
* gnu/packages/linux.scm (hdparm): Update to 9.62.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 5bd49b9a47..4be5e8e217 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 |