gnu: strongswan: Update to 5.8.4.

* gnu/packages/networking.scm (strongswan): Update to 5.8.4.
This commit is contained in:
Tobias Geerinckx-Rice 2020-04-14 20:10:35 +02:00
parent 1373cb4080
commit d9b9989a5b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2030,14 +2030,14 @@ (define-public mtr
(define-public strongswan
(package
(name "strongswan")
(version "5.8.2")
(version "5.8.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.strongswan.org/strongswan-"
version ".tar.bz2"))
(sha256
(base32 "03j3fx357bh89n44a5v9wdc92azdx2d37j7jmlyr4z1kwzdhv446"))))
(base32 "0g2m08gmgdi3qvvqz6zy7n16np53sp232xd0rdc2vdhk73img6id"))))
(build-system gnu-build-system)
(arguments
`(#:phases