[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#68774] [PATCH 1/2] gnu: kconfig-hardened-check: Updato to 0.6.6.
From: |
Hilton Chain |
Subject: |
[bug#68774] [PATCH 1/2] gnu: kconfig-hardened-check: Updato to 0.6.6. |
Date: |
Sun, 28 Jan 2024 16:03:47 +0800 |
* gnu/packages/linux.scm (kconfig-hardened-check): Update to 0.6.6.
Change-Id: I8f60e6b7545b04059ae3dae881dcc004c70a5027
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e748b2cb8e..e962accba7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -10311,7 +10311,7 @@ (define-public modprobed-db
(define-public kconfig-hardened-check
(package
(name "kconfig-hardened-check")
- (version "0.6.1")
+ (version "0.6.6")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -10320,7 +10320,7 @@ (define-public kconfig-hardened-check
(file-name (git-file-name name version))
(sha256
(base32
- "0bpdy2a7l75y5cqzzc92nh4gapzgza8ml5i8ximr6brf6pr3681z"))))
+ "1w9xx3xvx4wrfdkdwkfzjlfichgkvacil9b8s1fcgla63z65m5f6"))))
(build-system python-build-system)
(home-page "https://github.com/a13xp0p0v/kconfig-hardened-check")
(synopsis
base-commit: 73d8e5a9352304a5192b22e04ef022234488e0da
--
2.41.0
- [bug#68774] [PATCH 1/2] gnu: kconfig-hardened-check: Updato to 0.6.6.,
Hilton Chain <=