gpgme: update from 1.4.1 to 1.4.3
This commit is contained in:
parent
054516a0a7
commit
abc2a6950a
@ -11,11 +11,11 @@ let
|
|||||||
"${gnupg}/bin/gpg2";
|
"${gnupg}/bin/gpg2";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gpgme-1.4.1";
|
name = "gpgme-1.4.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://ftp.gnupg.org/gcrypt/gpgme/${name}.tar.bz2";
|
url = "ftp://ftp.gnupg.org/gcrypt/gpgme/${name}.tar.bz2";
|
||||||
sha1 = "d6110763e7459214fd72705e87ebc682e3b5815e";
|
sha256 = "15h429h6pd67iiv580bjmwbkadpxsdppw0xrqpcm4dvm24jc271d";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ libgpgerror glib libassuan pth ];
|
propagatedBuildInputs = [ libgpgerror glib libassuan pth ];
|
||||||
|
Loading…
Reference in New Issue
Block a user