[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: lynis: Fix build by updating sdk hash.
From: |
guix-commits |
Subject: |
branch master updated: gnu: lynis: Fix build by updating sdk hash. |
Date: |
Fri, 24 Jan 2025 07:25:22 -0500 |
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 <janneke@gnu.org>
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 <glv@posteo.net>
;;; Copyright © 2019, 2020, 2021 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
-;;; Copyright © 2020, 2023, 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2020, 2023, 2024, 2025 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: lynis: Fix build by updating sdk hash.,
guix-commits <=