mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: haveged: Update to 1.9.19.
* gnu/packages/linux.scm (haveged): Update to 1.9.19. Change-Id: Idb6ef64ac23cae9fbd4cb063d719dfcd2f8e2daf
This commit is contained in:
parent
1e05dcfbd0
commit
a365e9f4ad
1 changed files with 2 additions and 2 deletions
|
@ -8131,7 +8131,7 @@ cpufreq sub-system is enabled or not.")
|
|||
(define-public haveged
|
||||
(package
|
||||
(name "haveged")
|
||||
(version "1.9.18")
|
||||
(version "1.9.19")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -8140,7 +8140,7 @@ cpufreq sub-system is enabled or not.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1y1p3qhjzhpgd20xz5ffms3w1bdvpk883y38ydwsmp9mc0kzy8kz"))))
|
||||
(base32 "1qka68dlfz9z3gjfvfwvh60l2121c1yx0z264jqsf2vjp5f0xbmn"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue