[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/33: gnu: jitterentropy-rngd: Update to 1.2.8.
From: |
guix-commits |
Subject: |
02/33: gnu: jitterentropy-rngd: Update to 1.2.8. |
Date: |
Fri, 21 Oct 2022 13:20:51 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit b4a62d7e885ed21b14230c4bd241375b618c3f02
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:03 2022 +0200
gnu: jitterentropy-rngd: Update to 1.2.8.
* gnu/packages/linux.scm (jitterentropy-rngd): Update to 1.2.8.
---
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 90305206e9..2db3681e21 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2672,7 +2672,7 @@ Both commands are targeted at system administrators.")
(define-public jitterentropy-rngd
(package
(name "jitterentropy-rngd")
- (version "1.2.7")
+ (version "1.2.8")
(source
(origin
(method git-fetch)
@@ -2681,7 +2681,7 @@ Both commands are targeted at system administrators.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "098hx09bsizin9405gh1c4rzbs2fr7qknqlr3glgyjpm3nm7bx28"))))
+ (base32 "13br8s6gqnfc844ps38ya5nny3pndsmskszv3dsp1cxcgvmscg1c"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no test suite
- branch master updated (c7e6d72a08 -> 78d4a08ac3), guix-commits, 2022/10/21
- 02/33: gnu: jitterentropy-rngd: Update to 1.2.8.,
guix-commits <=
- 05/33: gnu: numactl: Update to 2.0.16., guix-commits, 2022/10/21
- 06/33: gnu: acpid: Update to 2.0.34., guix-commits, 2022/10/21
- 12/33: gnu: audacious: Update to 4.2., guix-commits, 2022/10/21
- 18/33: gnu: mpop: Update to 1.4.17., guix-commits, 2022/10/21
- 29/33: gnu: ccache: Update to 4.6.3., guix-commits, 2022/10/21
- 30/33: gnu: console-setup: Update to 1.210., guix-commits, 2022/10/21
- 11/33: gnu: pd: Use G-expressions., guix-commits, 2022/10/21
- 28/33: gnu: headsetcontrol: Update to 2.6.1., guix-commits, 2022/10/21
- 07/33: gnu: hdparm: Update to 9.65., guix-commits, 2022/10/21
- 08/33: gnu: pd: Update to 0.52-2., guix-commits, 2022/10/21