3
0
Fork 0
forked from mirrors/nixpkgs

notmuch: 0.21 -> 0.22

This commit is contained in:
Damien Cassou 2016-05-04 21:49:08 +02:00
parent 7465bcd67a
commit d122556a2f

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 ]