about summary refs log tree commit diff
path: root/pkgs/applications/networking/lieer
diff options
context:
space:
mode:
authorarcher-65 <mario.liguori.056@gmail.com>2023-04-11 12:37:02 +0200
committerarcher-65 <mario.liguori.056@gmail.com>2023-04-11 12:37:02 +0200
commit593a8d9c81021348dd6594ca55e2b0a65998d8e0 (patch)
tree175821eda85876a218872256afa81463ba0f75a2 /pkgs/applications/networking/lieer
parente3652e0735fbec227f342712f180f4f21f0594f2 (diff)
lieer: 1.3 -> 1.4
Diffstat (limited to 'pkgs/applications/networking/lieer')
-rw-r--r--pkgs/applications/networking/lieer/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/lieer/default.nix b/pkgs/applications/networking/lieer/default.nix
index a9bf177128d5a..b0b8a709a05e3 100644
--- a/pkgs/applications/networking/lieer/default.nix
+++ b/pkgs/applications/networking/lieer/default.nix
@@ -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