From abb8fc3fddfa6a586eac5ddae21a4ca23fb226e4 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Tue, 8 Sep 2015 16:28:49 -0700 Subject: [PATCH] gnupg: 2.0.28 -> 2.0.29 --- pkgs/tools/security/gnupg/20.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/gnupg/20.nix b/pkgs/tools/security/gnupg/20.nix index 542baa95efe2..36c877620f19 100644 --- a/pkgs/tools/security/gnupg/20.nix +++ b/pkgs/tools/security/gnupg/20.nix @@ -12,11 +12,11 @@ with stdenv.lib; assert x11Support -> pinentry != null; stdenv.mkDerivation rec { - name = "gnupg-2.0.28"; + name = "gnupg-2.0.29"; src = fetchurl { url = "mirror://gnupg/gnupg/${name}.tar.bz2"; - sha256 = "0k2k399fnhfhhr4dvm8d6vs4ihq6gg06191lzfwikzaqmgj2w2ff"; + sha256 = "1jaakn0mi6pi2b3g3imxj3qzxw2zg0ifxs30baq2b157dcw6pvb8"; }; buildInputs