guix-commits
[Top][All Lists]
Advanced

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

17/28: gnu: fortify-headers: Update to 0.9.


From: Tobias Geerinckx-Rice
Subject: 17/28: gnu: fortify-headers: Update to 0.9.
Date: Fri, 2 Mar 2018 09:53:10 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2c1cc27f8fffa3fbce8cf75cd45ea3ec2f8f4ee5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 2 00:28:48 2018 +0100

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

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 8a5f158..c343b42 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -564,7 +564,7 @@ environment variable.")
 (define-public fortify-headers
   (package
     (name "fortify-headers")
-    (version "0.8")
+    (version "0.9")
     (source
      (origin
        (method url-fetch)
@@ -572,7 +572,7 @@ environment variable.")
                            name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1cacdczpjb49c4i1168g541wnl3i3gbpv2m2wbnmw5wddlyhgkdg"))))
+         "1z517ajy34l2k5lz2gvhbmia9xjgagffi4s22azqxnlmgb1g2xfg"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; No tests



reply via email to

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