guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: protonvpn-cli: Update to 2.2.6.


From: guix-commits
Subject: 01/06: gnu: protonvpn-cli: Update to 2.2.6.
Date: Sun, 20 Dec 2020 09:48:54 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 04d50f0abf6eef721ef8de9d015d2121282c7b0b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 20 15:16:52 2020 +0100

    gnu: protonvpn-cli: Update to 2.2.6.
    
    * gnu/packages/vpn.scm (protonvpn-cli): Update to 2.2.6.
---
 gnu/packages/vpn.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 0c504ca..1663e24 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -351,7 +351,7 @@ traversing network address translators (@dfn{NAT}s) and 
firewalls.")
 (define-public protonvpn-cli
   (package
     (name "protonvpn-cli")
-    (version "2.2.4")
+    (version "2.2.6")
     (source
      (origin
        ;; PyPI has a ".whl" file but not a proper source release.
@@ -362,8 +362,7 @@ traversing network address translators (@dfn{NAT}s) and 
firewalls.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "08yca0a0prrnrc7ir7ajd56yxvxpcs4m1k8f5kf273f5whgr7wzw"))))
+        (base32 "0y7v9ikrmy5dbjlpbpacp08gy838i8z54m8m4ps7ldk1j6kyia3n"))))
     (build-system python-build-system)
     (arguments '(#:tests? #f)) ; no tests in repo
     (native-inputs



reply via email to

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