diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2022-07-26 17:32:32 +0530 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2022-07-26 17:32:32 +0530 |
commit | 67375109122e5f15ad1b1551466be3da207a5725 (patch) | |
tree | 8e9ab3c95716987c6051165a60464d1334f03282 /gnu/packages | |
parent | dbcd7876566840f31b763e28bb74394f0914b397 (diff) |
gnu: openfortivpn: Update to 1.17.3.
* gnu/packages/vpn.scm (openfortivpn): Update to 1.17.3.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/vpn.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index af6be7257d..d2c7882d52 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -22,6 +22,7 @@ ;;; Copyright © 2022 Lu hui <luhux76@gmail.com> ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com> ;;; Copyright © 2022 Jean-Pierre De Jesus DIAZ <me@jeandudey.tech> +;;; Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net> ;;; ;;; This file is part of GNU Guix. ;;; @@ -769,7 +770,7 @@ and probably others.") (define-public openfortivpn (package (name "openfortivpn") - (version "1.15.0") + (version "1.17.3") (source (origin (method git-fetch) (uri (git-reference @@ -778,7 +779,7 @@ and probably others.") (file-name (git-file-name name version)) (sha256 (base32 - "1qsfgpxg553s8rc9cyrc4k96z0pislxsdxb9wyhp8fdprkak2mw2")))) + "0an58f0qcyxdx3d5zb5m8vi45a0251b950b5lh16572n8z2g6s2l")))) (build-system gnu-build-system) (native-inputs (list autoconf automake pkg-config)) |