guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: openconnect-sso: Update to 0.7.2.


From: guix-commits
Subject: branch master updated: gnu: openconnect-sso: Update to 0.7.2.
Date: Tue, 13 Apr 2021 08:23: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 516a101  gnu: openconnect-sso: Update to 0.7.2.
516a101 is described below

commit 516a101dd4993116c59ed83d8baa546960d0061e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Apr 13 15:21:13 2021 +0300

    gnu: openconnect-sso: Update to 0.7.2.
    
    * gnu/packages/vpn.scm (openconnect-sso): Update to 0.7.2.
    [arguments]: Remove 'adjust-package-version-requirements phase.
---
 gnu/packages/vpn.scm | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 4eccd2c..adb48b1 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -293,24 +293,19 @@ and probably others.")
 (define-public openconnect-sso
   (package
     (name "openconnect-sso")
-    (version "0.6.2")
+    (version "0.7.2")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "openconnect-sso" version))
         (sha256
          (base32
-          "1yybmscka3m5yxfkp1m5pqz2m8jlwdq9b0hx2w5l1jj6bzpl9fsf"))))
+          "0nb40zfpp38mz6389y0qvrr4mmak53swpg7578cldnhnk0g15qni"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f  ; Tests not included, building from git requires poetry.
        #:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'adjust-package-version-requirements
-           (lambda _
-             (substitute* "setup.py"
-               (("(pyxdg>=0.26),<0.27" _ pyxdg) pyxdg))
-             #t))
          (add-after 'unpack 'patch-openconnect
            (lambda _
              (substitute* "openconnect_sso/app.py"



reply via email to

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