mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: fortify-headers: Update to 0.9.
* gnu/packages/suckless.scm (fortify-headers): Update to 0.9.
This commit is contained in:
parent
5c0f68e844
commit
2c1cc27f8f
1 changed files with 2 additions and 2 deletions
|
@ -564,7 +564,7 @@ (define-public human
|
|||
(define-public fortify-headers
|
||||
(package
|
||||
(name "fortify-headers")
|
||||
(version "0.8")
|
||||
(version "0.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -572,7 +572,7 @@ (define-public fortify-headers
|
|||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1cacdczpjb49c4i1168g541wnl3i3gbpv2m2wbnmw5wddlyhgkdg"))))
|
||||
"1z517ajy34l2k5lz2gvhbmia9xjgagffi4s22azqxnlmgb1g2xfg"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; No tests
|
||||
|
|
Loading…
Reference in a new issue