lieer: 1.3 -> 1.4

This commit is contained in:
archer-65 2023-04-11 12:37:02 +02:00
parent e3652e0735
commit 593a8d9c81
No known key found for this signature in database
GPG Key ID: 56FC322EE7325AB1

View File

@ -2,17 +2,17 @@
python3Packages.buildPythonApplication rec {
pname = "lieer";
version = "1.3";
version = "1.4";
src = fetchFromGitHub {
owner = "gauteh";
repo = "lieer";
rev = "v${version}";
sha256 = "12sl7d381l1gjaam419xc8gxmsprxf0hgksz1f974qmmijvr02bh";
sha256 = "sha256-2LujfvsxMHHmYjYOnLJaLdSlzDeej+ehUr4YfVe903U=";
};
propagatedBuildInputs = with python3Packages; [
notmuch
notmuch2
oauth2client
google-api-python-client
tqdm