gnu: fortify-headers: Update to 1.1.

* gnu/packages/suckless.scm (fortify-headers): Update to 1.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-15 23:36:10 +02:00
parent 1841ce9ed7
commit 81acfe2c8f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -559,15 +559,14 @@ (define-public human
(define-public fortify-headers (define-public fortify-headers
(package (package
(name "fortify-headers") (name "fortify-headers")
(version "1.0") (version "1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://dl.2f30.org/releases/" (uri (string-append "https://dl.2f30.org/releases/"
"fortify-headers-" version ".tar.gz")) "fortify-headers-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "1dhz41jq1azcf7rbvga8w6pnx19l1j9r6jwj8qrlrfnjl9hdi9bb"))))
"0nvplfg4y4a10x2j12qwmxzlk2q4j6287j0v5f9bfsdayb04qvh2"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests