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