[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: gnu: haveged: Update to 1.9.6.
From: |
guix-commits |
Subject: |
01/09: gnu: haveged: Update to 1.9.6. |
Date: |
Tue, 10 Sep 2019 18:51:25 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 389cae8b0727bff958e4a2dd98526cf7edbe9ade
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Sep 10 23:18:39 2019 +0200
gnu: haveged: Update to 1.9.6.
* gnu/packages/linux.scm (haveged): Update to 1.9.6.
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 92b9d2e..8b18587 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4455,16 +4455,16 @@ cpufreq sub-system is enabled or not.")
(define-public haveged
(package
(name "haveged")
- (version "1.9.4")
+ (version "1.9.6")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/jirka-h/haveged.git")
- (commit version)))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1hrwzjd4byq4fdrg8svww3d8x449k80jxxrjy9v6jvzhfv19rvxr"))))
+ (base32 "11kr19n2f87izsj341lv5amhd1wc2ckfmqr9pq5fxix8pkbs94rh"))))
(build-system gnu-build-system)
(home-page "http://www.issihosts.com/haveged")
(synopsis "Entropy source for the Linux random number generator")
- branch master updated (eb7ce87 -> c1b79b3), guix-commits, 2019/09/10
- 01/09: gnu: haveged: Update to 1.9.6.,
guix-commits <=
- 05/09: gnu: yoshimi: Update to 1.6.0.1., guix-commits, 2019/09/10
- 02/09: gnu: haveged: Use HTTPS home page., guix-commits, 2019/09/10
- 04/09: gnu: perl-archive-zip: Update to 1.65., guix-commits, 2019/09/10
- 07/09: gnu: gvfs: Don't use NAME in source URI., guix-commits, 2019/09/10
- 06/09: gnu: umockdev: Update to 0.13.2., guix-commits, 2019/09/10
- 03/09: gnu: haveged: Use @acronym in description., guix-commits, 2019/09/10
- 09/09: gnu: libsoup: Don't use NAME in source URI., guix-commits, 2019/09/10
- 08/09: gnu: tracker: Don't use NAME in source URI., guix-commits, 2019/09/10