Skip to content

Commit

Permalink
Revert "gmime: 3.0.1 -> 3.0.5"
Browse files Browse the repository at this point in the history
It breaks notmuch 0.25.2 tests, and updating notmuch to 0.25.3 does not fix them.
orivej committed Dec 10, 2017
1 parent fc930e0 commit b6bf8db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gmime/3.nix
Original file line number Diff line number Diff line change
@@ -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" ];

3 comments on commit b6bf8db

@the-kenny
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that I just pushed 7df7739 doing the same (just before I noticed you reverted this change)

I also updated notmuch to 0.25.3 and removed a bit of patching to fix the tests.

@orivej
Copy link
Contributor Author

@orivej orivej commented on b6bf8db Dec 10, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this is what was lacking from #32520.

@orivej
Copy link
Contributor Author

@orivej orivej commented on b6bf8db Dec 10, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add yourself to the maintainers of notmuch? You would have been notified at #32520 (comment).

Please sign in to comment.