[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/12: gnu: lynis: Update to 3.0.8.
From: |
guix-commits |
Subject: |
10/12: gnu: lynis: Update to 3.0.8. |
Date: |
Wed, 25 May 2022 13:24:34 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit e490aacde1f8d9bb30cb7bdd4ea72810ca1a3837
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 22 02:00:03 2022 +0200
gnu: lynis: Update to 3.0.8.
* gnu/packages/admin.scm (lynis): Update to 3.0.8.
---
gnu/packages/admin.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index f763cb5c19..38239e1f05 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4367,7 +4367,7 @@ Logitech Unifying Receiver.")
(package
(name "lynis")
;; Also update the ‘lynis-sdk’ input to the commit matching this release.
- (version "3.0.6")
+ (version "3.0.8")
(source
(origin
(method git-fetch)
@@ -4376,7 +4376,7 @@ Logitech Unifying Receiver.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1a1n8alcq6zil1rwk9940cg3x2nz3igcxfad99505pdh7ccz9324"))
+ (base32 "19kz1ffbbd431cdfw7fjcl5hjkks3gfkwk3w2zkwsxgyiky1gx3w"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -4392,10 +4392,10 @@ Logitech Unifying Receiver.")
(method git-fetch)
(uri (git-reference
(url "https://github.com/CISOfy/lynis-sdk";)
- (commit "1c4e5f60a03e29a1525ca9ec17c793461058253d")))
+ (commit "dffe5d352e4d6029ea95a84d50604ccd97cb8999")))
(file-name (git-file-name "lynis-sdk" version))
(sha256
- (base32
"060k8k1q4c7nvrv3cwscxq8md2v75q3nrwwim1hgfw20divw3npy"))))))
+ (base32
"05qq4395x8f0kyl1ppm74npsf8sb3hhgz0ck4fya91sy6a26b4ja"))))))
(arguments
`(#:phases
(modify-phases %standard-phases
- branch master updated (d2c06bf2ff -> 4c12fcfe43), guix-commits, 2022/05/25
- 02/12: gnu: toybox: Use #:make-flags., guix-commits, 2022/05/25
- 10/12: gnu: lynis: Update to 3.0.8.,
guix-commits <=
- 04/12: gnu: libbytesize: Update to 2.6., guix-commits, 2022/05/25
- 12/12: gnu: parallel: Update to 20220522., guix-commits, 2022/05/25
- 07/12: gnu: python-cli-helpers: Update to 2.2.1., guix-commits, 2022/05/25
- 05/12: gnu: libbytesize: Remove input labels., guix-commits, 2022/05/25
- 09/12: gnu: pelican: Update to 4.7.2., guix-commits, 2022/05/25
- 11/12: gnu: lynis: Work., guix-commits, 2022/05/25
- 01/12: gnu: toybox: Update to 0.8.7., guix-commits, 2022/05/25
- 08/12: gnu: litecli: Update to 1.8.0., guix-commits, 2022/05/25
- 06/12: gnu: libhx: Update to 4.3., guix-commits, 2022/05/25
- 03/12: gnu: qjackctl: Update to 0.9.7., guix-commits, 2022/05/25