Skip to content

Commit b45da3b

Browse files
SteinhagenViorel-Cătălin Răpițeanu
authored andcommitted
python3Packages.proton-vpn-api-core: 0.39.0 -> 0.42.3
Update to the latest package.
1 parent 187fb63 commit b45da3b

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/proton-vpn-api-core

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/proton-vpn-api-core/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919

2020
buildPythonPackage rec {
2121
pname = "proton-vpn-api-core";
22-
version = "0.39.0";
22+
version = "0.42.3";
2323
pyproject = true;
2424

2525
src = fetchFromGitHub {
2626
owner = "ProtonVPN";
2727
repo = "python-proton-vpn-api-core";
2828
rev = "v${version}";
29-
hash = "sha256-1GmLrX3FLwPoj+RGzPxzw1O7Q7r5M1coJelPhn2CTLI=";
29+
hash = "sha256-/GV5DFWc6RBWP723APNxn9FTxdePumYOtdwDQEg4ccA=";
3030
};
3131

3232
build-system = [

0 commit comments

Comments
 (0)