libgpgerror: 1.38 -> 1.41

master
Michael Weiss 2021-01-11 22:58:23 +01:00
parent d2bf5aea5a
commit b2b0e31917
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83
1 changed files with 4 additions and 3 deletions

View File

@ -17,11 +17,11 @@
};
in stdenv.mkDerivation (rec {
pname = "libgpg-error";
version = "1.38";
version = "1.41";
src = fetchurl {
url = "mirror://gnupg/${pname}/${pname}-${version}.tar.bz2";
sha256 = "00px79xzyc5lj8aig7i4fhk29h1lkqp4840wjfgi9mv9m9sq566q";
sha256 = "0hi7jbcs1l9kxzhiqcs2iivsb048642mwaimgqyh1hy3bas7ic34";
};
postPatch = ''
@ -66,7 +66,8 @@ in stdenv.mkDerivation (rec {
doCheck = true; # not cross
meta = with lib; {
homepage = "https://www.gnupg.org/related_software/libgpg-error/index.html";
homepage = "https://www.gnupg.org/software/libgpg-error/index.html";
changelog = "https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=blob;f=NEWS;hb=refs/tags/libgpg-error-${version}";
description = "A small library that defines common error values for all GnuPG components";
longDescription = ''