Skip to content

Commit

Permalink
Merge #171203: gmime3: 3.2.7 -> 3.2.11 (into staging-next)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed May 7, 2022
2 parents 3dc2052 + df9ffaf commit a87d534
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions pkgs/applications/networking/mailreaders/notmuch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ stdenv.mkDerivation rec {
in ''
mkdir -p test/test-databases
ln -s ${test-database} test/test-databases/database-v1.tar.xz
''
# TODO: restore after resolved upstream
# https://www.mail-archive.com/[email protected]/msg52808.html
+ ''
rm test/T355-smime.sh
'';

doCheck = !stdenv.hostPlatform.isDarwin && (lib.versionAtLeast gmime.version "3.0.3");
Expand Down
8 changes: 4 additions & 4 deletions pkgs/development/libraries/gmime/3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
, vala }:

stdenv.mkDerivation rec {
version = "3.2.7";
version = "3.2.11";
pname = "gmime";

src = fetchurl {
url = "mirror://gnome/sources/gmime/3.2/${pname}-${version}.tar.xz";
sha256 = "0i3xfc84qn1z99i70q68kbnp9rmgqrnprqb418ba52s6g9j9dsia";
src = fetchurl { # https://github.com/jstedfast/gmime/releases
url = "https://github.com/jstedfast/gmime/releases/download/${version}/gmime-${version}.tar.xz";
sha256 = "5e023855a215b427645b400f5e55cf19cfd229f971317007e03e7bae72569bf8";
};

outputs = [ "out" "dev" ];
Expand Down

0 comments on commit a87d534

Please sign in to comment.