mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: haveged: Update to 1.9.16.
* gnu/packages/linux.scm (haveged): Update to 1.9.16.
This commit is contained in:
@@ -6346,7 +6346,7 @@ cpufreq sub-system is enabled or not.")
|
||||
(define-public haveged
|
||||
(package
|
||||
(name "haveged")
|
||||
(version "1.9.15")
|
||||
(version "1.9.16")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -6355,7 +6355,7 @@ cpufreq sub-system is enabled or not.")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1zb790adsmqq3r26zlaxfrk2hpgxjcjz8l73hn3hli3l3javykvd"))))
|
||||
(base32 "0xnmnifm2kh23acrxcprhb4yk13g2hvqv7y9kslbj1kxwrvmd04q"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
||||
Reference in New Issue
Block a user