Merge pull request #56477 from dtzWill/update/gcalcli-4.0.4

gcalcli: 4.0.3 -> 4.0.4
This commit is contained in:
Will Dietz 2019-02-27 16:49:29 -06:00 committed by GitHub
commit 3e6e84111b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "gcalcli";
version = "4.0.3";
version = "4.0.4";
src = fetchFromGitHub {
owner = "insanum";
repo = pname;
rev = "v${version}";
sha256 = "15hpm7b09p5qnha0hpp0mgdl2pgsyq2sjcqihk3fsv7arngdbr5q";
sha256 = "0bl4cmc24iw12zn5mlj5qn141s2k2mzdixbcb92pfng4w2s4dq66";
};
postPatch = lib.optionalString stdenv.isLinux ''