pkgs.gnupg1: 1.4.19 -> 1.4.20

This commit is contained in:
Lancelot SIX
2015-12-20 18:50:19 +01:00
parent 5ff1c58606
commit e3e2273382
2 changed files with 2 additions and 26 deletions
+2 -4
View File
@@ -1,15 +1,13 @@
{ stdenv, fetchurl, readline, bzip2 }:
stdenv.mkDerivation rec {
name = "gnupg-1.4.19";
name = "gnupg-1.4.20";
src = fetchurl {
url = "mirror://gnupg/gnupg/${name}.tar.bz2";
sha256 = "7f09319d044b0f6ee71fe3587bb873be701723ac0952cff5069046a78de8fd86";
sha256 = "1k7d6zi0zznqsmcjic0yrgfhqklqz3qgd3yac7wxsa7s6088p604";
};
patches = [ ./remove-debug-message.patch ];
buildInputs = [ readline bzip2 ];
doCheck = true;