gnu: protonvpn-cli: Update to 2.2.6.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 20 Dec 2020 14:16:52 +0000 (15:16 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 20 Dec 2020 14:48:22 +0000 (15:48 +0100)
* gnu/packages/vpn.scm (protonvpn-cli): Update to 2.2.6.

gnu/packages/vpn.scm

index 0c504ca..1663e24 100644 (file)
@@ -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