diff options
author | Hilton Chain <hako@ultrarare.space> | 2023-01-24 16:13:15 +0800 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-02-01 08:41:28 +0000 |
commit | 01f1e8bbb24bb41cf506f681470ba3b530ccae1e (patch) | |
tree | eb4e8fdd6c3bbac1c5dca3c93738c3d06da3ba66 /gnu | |
parent | 8c62becaaa3c3a22f5c6e1dc3c39ada1935680fe (diff) | |
download | guix-01f1e8bbb24bb41cf506f681470ba3b530ccae1e.tar guix-01f1e8bbb24bb41cf506f681470ba3b530ccae1e.tar.gz |
gnu: kconfig-hardened-check: Update to 0.6.1.
* gnu/packages/linux.scm (kconfig-hardened-check): Update to 0.6.1.
Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index c90fbf396f..5a776168cc 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -9838,7 +9838,7 @@ directly by @code{make localmodconfig} as described above.") (define-public kconfig-hardened-check (package (name "kconfig-hardened-check") - (version "0.5.17") + (version "0.6.1") (source (origin (method git-fetch) (uri (git-reference @@ -9847,7 +9847,7 @@ directly by @code{make localmodconfig} as described above.") (file-name (git-file-name name version)) (sha256 (base32 - "0p9pywfxwyk4yfgaf7bhqrf72ywc6w6k77dbi7lldynha886ih4a")))) + "0bpdy2a7l75y5cqzzc92nh4gapzgza8ml5i8ximr6brf6pr3681z")))) (build-system python-build-system) (home-page "https://github.com/a13xp0p0v/kconfig-hardened-check") (synopsis |