[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: strongswan: Update to 5.9.3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: strongswan: Update to 5.9.3. |
Date: |
Mon, 12 Jul 2021 08:59:13 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e34f7df gnu: strongswan: Update to 5.9.3.
e34f7df is described below
commit e34f7dfcc3b7bc736c2e6c87726776fba131b31b
Author: Domagoj Stolfa <domagoj.stolfa@gmail.com>
AuthorDate: Sun Jul 11 19:43:21 2021 +0100
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>
---
gnu/packages/vpn.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index d78590e..330a327 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: strongswan: Update to 5.9.3.,
guix-commits <=