Merge pull request #257640 from archer-65/update/lieer

lieer: 1.4 -> 1.5

authored by Florian Klink and committed by GitHub 75edae02 1812848a

+4 -4
+4 -4
pkgs/applications/networking/lieer/default.nix
··· 5 5 6 6 python3Packages.buildPythonApplication rec { 7 7 pname = "lieer"; 8 - version = "1.4"; 8 + version = "1.5"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "gauteh"; 13 13 repo = "lieer"; 14 14 rev = "refs/tags/v${version}"; 15 - sha256 = "sha256-2LujfvsxMHHmYjYOnLJaLdSlzDeej+ehUr4YfVe903U="; 15 + sha256 = "sha256-z3OGCjLsOi6K1udChlSih8X6e2qvT8kNhh2PWBGB9zU="; 16 16 }; 17 17 18 18 propagatedBuildInputs = with python3Packages; [ 19 19 notmuch2 20 - oauth2client 21 20 google-api-python-client 21 + google-auth-oauthlib 22 22 tqdm 23 23 setuptools 24 24 ]; ··· 41 41 ''; 42 42 homepage = "https://lieer.gaute.vetsj.com/"; 43 43 license = licenses.gpl3Plus; 44 - maintainers = with maintainers; [ flokli ]; 44 + maintainers = with maintainers; [ archer-65 flokli ]; 45 45 mainProgram = "gmi"; 46 46 }; 47 47 }