This is an automated email from the git hooks/post-receive script.
janneke pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 0ae4fe66a7 gnu: lynis: Fix build by updating sdk hash.
0ae4fe66a7 is described below
commit 0ae4fe66a7342d8734b730dd3eec95b2b06556d0
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Fri Jan 24 13:20:09 2025 +0100
gnu: lynis: Fix build by updating sdk hash.
This is a follow-up to commit
611b5e5bd0ee812377d752d92c19090cbef2556a
gnu: lynis: Update to 3.0.9.
where the commit of the lynis sdk was updated but its hash was not.
Reported by mehrad via IRC.
* gnu/packages/admin.scm (lynis)[native-inputs]: Update hash.
Change-Id: I13e8cf8d36cefb319bfd4809e3e90586b9c9ad43
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 89879bf486..19637230dc 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -31,7 +31,7 @@
;;; Copyright © 2019, 2021, 2022 Guillaume Le Vaillant <[email protected]>
;;; Copyright © 2019, 2020, 2021 Mathieu Othacehe <[email protected]>
;;; Copyright © 2020 Oleg Pykhalov <[email protected]>
-;;; Copyright © 2020, 2023, 2024 Janneke Nieuwenhuizen <[email protected]>
+;;; Copyright © 2020, 2023, 2024, 2025 Janneke Nieuwenhuizen <[email protected]>
;;; Copyright © 2020, 2021, 2022 Michael Rohleder <[email protected]>
;;; Copyright © 2020 Vincent Legoll <[email protected]>
;;; Copyright © 2020 Morgan Smith <[email protected]>
@@ -5032,7 +5032,7 @@ Logitech Unifying Receiver.")
(commit "92522b3ec39ad4cdef4756dc303d99741ec7fe20")))
(file-name (git-file-name "lynis-sdk" version))
(sha256
- (base32
"05qq4395x8f0kyl1ppm74npsf8sb3hhgz0ck4fya91sy6a26b4ja"))))))
+ (base32
"1mwvimgmnzbk6kf8dzhgkidb2zigay9dpirihydc758fvjic4bdl"))))))
(arguments
(list
#:phases