gmailieer: 0.9 -> 0.10

This commit is contained in:
Will Dietz 2018-10-13 14:05:26 -05:00
parent ea6fc49f0f
commit 7bffaa8efa

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
name = "gmailieer-${version}"; name = "gmailieer-${version}";
version = "0.9"; version = "0.10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gauteh"; owner = "gauteh";
repo = "gmailieer"; repo = "gmailieer";
rev = "v${version}"; rev = "v${version}";
sha256 = "1ixs5hip37hzcxwi2gsxp34r914f1wrl4r3swxqmzln3a15kngsk"; sha256 = "0qv74marzdv99xc2jbzzcwx3b2hm6byjl734h9x42g4mcg5pq9yf";
}; };
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python3Packages; [