Commit 2a022877 authored by Viorel-Cătălin Răpițeanu's avatar Viorel-Cătălin Răpițeanu
Browse files

python3Packages.proton-vpn-api-core: 0.42.5 -> 4.13.1

Update the package to the latest version.
parent 6345941c
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  buildPythonPackage,
  fetchFromGitHub,
  cryptography,
  fido2,
  setuptools,
  jinja2,
  proton-core,
@@ -20,14 +21,14 @@

buildPythonPackage rec {
  pname = "proton-vpn-api-core";
  version = "0.42.5";
  version = "4.13.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ProtonVPN";
    repo = "python-proton-vpn-api-core";
    rev = "v${version}";
    hash = "sha256-sSLBo2nTn7rvtSZqCWZLwca5DRIgqSkImRM6U6/xJ70=";
    hash = "sha256-DJXKfUkV0ojL9UjM6cyFAOkdYhzZZU9L3z1ARjIQnUI=";
  };

  build-system = [
@@ -37,6 +38,7 @@ buildPythonPackage rec {
  dependencies = [
    cryptography
    distro
    fido2
    jinja2
    pynacl
    proton-core