diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-10 16:56:40 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-10 18:22:00 +0200 |
commit | 37a2ea118d7027551c5c53a329a231fef0a2bfe7 (patch) | |
tree | 36bd7d2d49f775a3a40c89dfaf9c8a8689c1f2ae /gnu/packages | |
parent | 7c8b1bf66448d072be67682ed3ce618da831f72f (diff) | |
download | patches-37a2ea118d7027551c5c53a329a231fef0a2bfe7.tar patches-37a2ea118d7027551c5c53a329a231fef0a2bfe7.tar.gz |
gnu: fortify-headers: Update to 1.0.
* gnu/packages/suckless.scm (fortify-headers): Update to 1.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/suckless.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm index dbfaa29127..a5e02ce948 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 |