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

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

View File

@ -6,16 +6,16 @@
, pytestCheckHook
}:
buildPythonPackage {
buildPythonPackage rec {
pname = "proton-keyring-linux-secretservice";
version = "0.0.1-unstable-2023-04-14";
version = "0.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "ProtonVPN";
repo = "python-proton-keyring-linux-secretservice";
rev = "973d2646ec4d04bc270df53058df892950244e70";
hash = "sha256-JlhvJBpbewT2c8k31CPMUlvvo/orWW1qfylFZLnDxeY=";
rev = "refs/tags/v${version}";
hash = "sha256-IZPT2bL/1YD2TH/djwIQHUE1RRbYMTkQDacjjoqDQWo=";
};
nativeBuildInputs = [