gnu: strongswan: Update to 5.8.2.

* gnu/packages/networking.scm (strongswan): Update to 5.8.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-12-23 00:55:08 +01:00
parent de73df3a08
commit 06c623654d
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

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