3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #15229 from DamienCassou/notmuch-0.22

notmuch: 0.21 -> 0.22
This commit is contained in:
Rok Garbas 2016-05-05 00:16:04 +02:00
commit 2eac1070ad

View file

@ -5,7 +5,7 @@
}:
stdenv.mkDerivation rec {
name = "notmuch-0.21";
name = "notmuch-0.22";
passthru = {
pythonSourceRoot = "${name}/bindings/python";
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://notmuchmail.org/releases/${name}.tar.gz";
sha256 = "1cr53rbpkcy3pvrmhbg2gq7sjpwb0c8xd7a4zhzxbiv8s7z8yvyh";
sha256 = "16mrrw6xpsgip4dy8rfx0zncij5h41fsg2aah6x6z83bjbpihhfn";
};
buildInputs = [ bash emacs glib gmime gnupg pkgconfig talloc xapian sphinx python ]