gpgme: update from 1.4.1 to 1.4.3

This commit is contained in:
Nixpkgs Monitor 2013-12-04 08:35:07 +02:00 committed by Evgeny Egorochkin
parent 054516a0a7
commit abc2a6950a

View file

@ -11,11 +11,11 @@ let
"${gnupg}/bin/gpg2";
in
stdenv.mkDerivation rec {
name = "gpgme-1.4.1";
name = "gpgme-1.4.3";
src = fetchurl {
url = "ftp://ftp.gnupg.org/gcrypt/gpgme/${name}.tar.bz2";
sha1 = "d6110763e7459214fd72705e87ebc682e3b5815e";
sha256 = "15h429h6pd67iiv580bjmwbkadpxsdppw0xrqpcm4dvm24jc271d";
};
propagatedBuildInputs = [ libgpgerror glib libassuan pth ];