me
/
guix
Archived
1
0
Fork 0

gnu: strongswan: Update to 5.9.3.

* gnu/packages/vpn.scm (strongswan): Update to 5.9.3.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Domagoj Stolfa 2021-07-11 19:43:21 +01:00 committed by Efraim Flashner
parent 23af19f964
commit e34f7dfcc3
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -303,14 +303,14 @@ endpoints.")
(define-public strongswan
(package
(name "strongswan")
(version "5.9.2")
(version "5.9.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.strongswan.org/strongswan-"
version ".tar.bz2"))
(sha256
(base32 "0qxhbash2nyh5k2h9zcysgwv61512w1wxk5plyai4b6v3rs2ziv1"))))
(base32 "1xy6c9c7bq5a5jmm04r9f9iqn39yrr1dkq81jhvpxsd4l1ban9ck"))))
(build-system gnu-build-system)
(arguments
`(#:phases