guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: fortify-headers: Update to 1.0.


From: Tobias Geerinckx-Rice
Subject: 04/05: gnu: fortify-headers: Update to 1.0.
Date: Mon, 10 Sep 2018 12:32:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 37a2ea118d7027551c5c53a329a231fef0a2bfe7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Sep 10 16:56:40 2018 +0200

    gnu: fortify-headers: Update to 1.0.
    
    * gnu/packages/suckless.scm (fortify-headers): Update to 1.0.
---
 gnu/packages/suckless.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index dbfaa29..a5e02ce 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -561,7 +561,7 @@ environment variable.")
 (define-public fortify-headers
   (package
     (name "fortify-headers")
-    (version "0.9")
+    (version "1.0")
     (source
      (origin
        (method url-fetch)
@@ -569,15 +569,15 @@ environment variable.")
                            name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1z517ajy34l2k5lz2gvhbmia9xjgagffi4s22azqxnlmgb1g2xfg"))))
+         "0nvplfg4y4a10x2j12qwmxzlk2q4j6287j0v5f9bfsdayb04qvh2"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f ; No tests
+     `(#:tests? #f                      ; no tests
        #:make-flags (list "CC=gcc"
                           (string-append "PREFIX=" %output))
        #:phases
        (modify-phases %standard-phases
-         (delete 'configure)))) ; No configure script
+         (delete 'configure))))         ; no configure script
     (home-page "https://git.2f30.org/fortify-headers/";)
     (synopsis "Standalone fortify-source implementation")
     (description



reply via email to

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