diff --git a/pkgs/development/libraries/libgcrypt/default.nix b/pkgs/development/libraries/libgcrypt/default.nix index bb6298200a7..e65ba064606 100644 --- a/pkgs/development/libraries/libgcrypt/default.nix +++ b/pkgs/development/libraries/libgcrypt/default.nix @@ -1,11 +1,11 @@ { fetchurl, stdenv, libgpgerror }: stdenv.mkDerivation rec { - name = "libgcrypt-1.4.2"; + name = "libgcrypt-1.4.3"; src = fetchurl { url = "mirror://gnupg/libgcrypt/${name}.tar.bz2"; - sha256 = "1hsj26c68lffhz00mi5i70kc5mg9l0dxlf6g48ms4fvzdy218x5s"; + sha256 = "02r31dycxvlld9mn1ah78g1phkh42ajk7qcqi20x9mq1kyyikj48"; }; propagatedBuildInputs = [ libgpgerror ]; @@ -19,10 +19,10 @@ stdenv.mkDerivation rec { ''; meta = { - description = "libgcrypt, a general-pupose cryptographic library"; + description = "GNU Libgcrypt, a general-pupose cryptographic library"; longDescription = '' - Libgcrypt is a general purpose cryptographic library based on + GNU Libgcrypt is a general purpose cryptographic library based on the code from GnuPG. It provides functions for all cryptographic building blocks: symmetric ciphers, hash algorithms, MACs, public key algorithms, large integer