guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/09: gnu: kconfig-hardened-check: Update to 0.6.1.


From: guix-commits
Subject: 05/09: gnu: kconfig-hardened-check: Update to 0.6.1.
Date: Wed, 1 Feb 2023 03:49:10 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 01f1e8bbb24bb41cf506f681470ba3b530ccae1e
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Tue Jan 24 16:13:15 2023 +0800

    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>
---
 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 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]