gnupg: 2.1.11 -> 2.1.12

This commit is contained in:
Franz Pletz 2016-05-10 01:39:41 +02:00
parent 4e61adbeca
commit 59555ce4ee

View file

@ -13,11 +13,11 @@ with stdenv.lib;
assert x11Support -> pinentry != null;
stdenv.mkDerivation rec {
name = "gnupg-2.1.11";
name = "gnupg-2.1.12";
src = fetchurl {
url = "mirror://gnupg/gnupg/${name}.tar.bz2";
sha256 = "06mn2viiwsyq991arh5i5fhr9jyxq2bi0jkdj7ndfisxihngpc5p";
sha256 = "01n5py45x0r97l4dzmd803jpbpbcxr1591k3k4s8m9804jfr4d5c";
};
buildInputs = [
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
homepage = http://gnupg.org;
description = "a complete and free implementation of the OpenPGP standard";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ wkennington simons ];
maintainers = with maintainers; [ wkennington simons fpletz ];
platforms = platforms.all;
};
}