Unverified Commit f1a441b1 authored by P.'s avatar P.
Browse files

python3Packages.proton-keyring-linux: 0.0.1-unstable-2023-04-14 -> 0.0.2

parent bc8a6765
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@
, pytestCheckHook
}:

buildPythonPackage {
buildPythonPackage rec {
  pname = "proton-keyring-linux";
  version = "0.0.1-unstable-2023-04-14";
  version = "0.0.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ProtonVPN";
    repo = "python-proton-keyring-linux";
    rev = "5ff3c7f9a1a162836649502dd23c2fbe1f487d73";
    hash = "sha256-4d8ZePG8imURhdNtLbraMRisrTLoRvJ+L2UuuOo3MPM=";
    rev = "refs/tags/v${version}";
    hash = "sha256-c2wdbd8Hkz2hF9zYMy4/V/W6uZRItz7tWqLJqTsJoHU=";
  };

  nativeBuildInputs = [