Merge pull request #4434 from matejc/mailpile041
mailpile: update to 0.4.1
This commit is contained in:
commit
a1f6d633f6
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
pythonPackages.buildPythonPackage rec {
|
pythonPackages.buildPythonPackage rec {
|
||||||
name = "mailpile-${version}";
|
name = "mailpile-${version}";
|
||||||
version = "0.4.0";
|
version = "0.4.1";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "git://github.com/pagekite/Mailpile";
|
url = "git://github.com/pagekite/Mailpile";
|
||||||
rev = "af3e2554dcef892cc44e044ce61e1693f09228c0";
|
rev = "refs/tags/${version}";
|
||||||
sha256 = "0p8j5w5281rjl0nigsw7glfp7inz13p6iqlr9g3m3vh72i9pvl7h";
|
sha256 = "0h84cc9kwb0m4admqjkpg4pllxlh095rmzvrql45kz71fpnxs780";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user