mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
gnu: fortify-headers: Update to 1.1.
* gnu/packages/suckless.scm (fortify-headers): Update to 1.1.
This commit is contained in:
parent
1841ce9ed7
commit
81acfe2c8f
1 changed files with 2 additions and 3 deletions
|
@ -559,15 +559,14 @@ (define-public human
|
|||
(define-public fortify-headers
|
||||
(package
|
||||
(name "fortify-headers")
|
||||
(version "1.0")
|
||||
(version "1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://dl.2f30.org/releases/"
|
||||
"fortify-headers-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0nvplfg4y4a10x2j12qwmxzlk2q4j6287j0v5f9bfsdayb04qvh2"))))
|
||||
(base32 "1dhz41jq1azcf7rbvga8w6pnx19l1j9r6jwj8qrlrfnjl9hdi9bb"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
|
|
Loading…
Reference in a new issue