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

This commit is contained in:
P. 2024-04-19 10:16:11 -06:00
parent bc8a6765d0
commit f1a441b1e8
No known key found for this signature in database
GPG Key ID: 7B0FF33FF90110C7
1 changed files with 4 additions and 4 deletions

View File

@ -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 = [