guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: openconnect: Update to 9.01.


From: guix-commits
Subject: branch master updated: gnu: openconnect: Update to 9.01.
Date: Tue, 26 Jul 2022 09:05:51 -0400

This is an automated email from the git hooks/post-receive script.

arunisaac pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 08e64ee6a9 gnu: openconnect: Update to 9.01.
08e64ee6a9 is described below

commit 08e64ee6a9b6d58d733dff031453d5bf78c087cd
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Tue Jul 26 18:33:08 2022 +0530

    gnu: openconnect: Update to 9.01.
    
    * gnu/packages/vpn.scm (openconnect): Update to 9.01.
---
 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 d2c7882d52..3ab7dc6be9 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -677,13 +677,13 @@ the user specifically asks to proxy, so the @dfn{VPN} 
interface no longer
 (define-public openconnect
   (package
    (name "openconnect")
-   (version "8.10")
+   (version "9.01")
    (source (origin
             (method url-fetch)
             (uri (string-append "ftp://ftp.infradead.org/pub/openconnect/";
                                 "openconnect-" version ".tar.gz"))
             (sha256
-             (base32 "1cdsx4nsrwawbsisfkldfc9i4qn60g03vxb13nzppr2br9p4rrih"))))
+             (base32 "1iz4j00031a5ircrx30lkiwf58yl9kc827m4ssck4yg963wgmmxk"))))
    (build-system gnu-build-system)
    (propagated-inputs
     (list libxml2 gnutls zlib))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]