mailutils: 3.14 -> 3.15

Release notes: http://savannah.gnu.org/forum/forum.php?forum_id=10160
This commit is contained in:
Stefan Frijters 2023-02-18 13:30:01 +01:00
parent 2abea38e08
commit 4c16406089
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -27,11 +27,11 @@
stdenv.mkDerivation rec {
pname = "mailutils";
version = "3.14";
version = "3.15";
src = fetchurl {
url = "mirror://gnu/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-wMWzj+qLRaSvzUNkh/Knb9VSUJLQN4gTputVQsIScTk=";
hash = "sha256-t9DChsNS/MfaeXjP1hfMZnNrIfqJGqT4iFX1FjVPLds=";
};
separateDebugInfo = true;
@ -154,6 +154,7 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ orivej vrthra ];
homepage = "https://www.gnu.org/software/mailutils/";
changelog = "https://git.savannah.gnu.org/cgit/mailutils.git/tree/NEWS";
# Some of the dependencies fail to build on {cyg,dar}win.
platforms = platforms.gnu ++ platforms.unix;