Revert "gmime: 3.0.1 -> 3.0.5"

It breaks notmuch 0.25.2 tests, and updating notmuch to 0.25.3 does not fix them.
This commit is contained in:
Orivej Desh 2017-12-10 09:07:04 +00:00
parent fc930e055a
commit b6bf8db29f

@ -1,12 +1,12 @@
{ stdenv, fetchurl, pkgconfig, glib, zlib, gpgme, libidn, gobjectIntrospection }:
stdenv.mkDerivation rec {
version = "3.0.5";
version = "3.0.1";
name = "gmime-${version}";
src = fetchurl {
url = "mirror://gnome/sources/gmime/3.0/${name}.tar.xz";
sha256 = "1q45gd1ahnz9q1milc2lqqwl7j3q0wd6kiswhp25iak222n56lrg";
sha256 = "001y93b8mq9alzkvli6vfh3pzdcn5c5iy206ml23lzhhhvm5k162";
};
outputs = [ "out" "dev" ];