gnupg: 2.2.19 -> 2.2.20

See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00008.html
for release information.
This commit is contained in:
Lancelot SIX 2020-03-21 00:03:43 +01:00
parent 8c514e9e7b
commit 24e38aab9c
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

@ -16,11 +16,11 @@ assert guiSupport -> pinentry != null && enableMinimal == false;
stdenv.mkDerivation rec {
pname = "gnupg";
version = "2.2.19";
version = "2.2.20";
src = fetchurl {
url = "mirror://gnupg/gnupg/${pname}-${version}.tar.bz2";
sha256 = "1h6yx6sdpz3lf9gdppgxqcf73baynr8gflmh43286fkgw3058994";
sha256 = "0c6a4v9p6qzhsw1pfcwc459bxpc8hma0w9z8iqb9khvligack9q4";
};
depsBuildBuild = [ buildPackages.stdenv.cc ];