[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/13: gnu: hdparm: Update to 9.61.
From: |
guix-commits |
Subject: |
07/13: gnu: hdparm: Update to 9.61. |
Date: |
Tue, 27 Apr 2021 06:27:12 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 19257ce9549e1a49f3dbc9a28d06b1f6a56a6e9a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Apr 27 00:48:21 2021 +0200
gnu: hdparm: Update to 9.61.
* gnu/packages/linux.scm (hdparm): Update to 9.61.
---
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 498a02f..a0e075e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4319,14 +4319,14 @@ isolation or root privileges.")
(define-public hdparm
(package
(name "hdparm")
- (version "9.60")
+ (version "9.61")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/hdparm/hdparm/"
"hdparm-" version ".tar.gz"))
(sha256
(base32
- "1k1mcv7naiacw1y6bdd1adnjfiq1kkx2ivsadjwmlkg4fff775w3"))))
+ "0hskvzsg58hw8abkkmxh5kky0hhilv516870x2bq62zihww1q6ns"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
- branch master updated (784bd26 -> bb9e77b), guix-commits, 2021/04/27
- 01/13: gnu: procenv: Update to 0.55., guix-commits, 2021/04/27
- 03/13: gnu: exo: Update to 4.16.2., guix-commits, 2021/04/27
- 10/13: gnu: debootstrap: Update to 1.0.124., guix-commits, 2021/04/27
- 04/13: gnu: webkitgtk: Always use at least 2 make jobs., guix-commits, 2021/04/27
- 02/13: gnu: alpine: Update to 2.24.1., guix-commits, 2021/04/27
- 06/13: gnu: solaar: Update to 1.0.6., guix-commits, 2021/04/27
- 08/13: gnu: wireguard-tools: Update to 1.0.20210424., guix-commits, 2021/04/27
- 12/13: gnu: python-skyfield: Update to 1.39., guix-commits, 2021/04/27
- 11/13: gnu: python-pyerfa: Update to 1.7.3., guix-commits, 2021/04/27
- 07/13: gnu: hdparm: Update to 9.61.,
guix-commits <=
- 09/13: gnu: bpytop: Update to 1.0.64., guix-commits, 2021/04/27
- 05/13: gnu: youtube-dl: Update to 2021.04.26., guix-commits, 2021/04/27
- 13/13: gnu: python-skyfield: Match up input and variable names., guix-commits, 2021/04/27