libgpg-error: 1.47 -> 1.48

This commit is contained in:
R. Ryantm 2024-02-27 15:47:54 +00:00
parent 100ce73c31
commit 3056904cb3
1 changed files with 2 additions and 2 deletions

View File

@ -17,11 +17,11 @@
};
in stdenv.mkDerivation (rec {
pname = "libgpg-error";
version = "1.47";
version = "1.48";
src = fetchurl {
url = "mirror://gnupg/${pname}/${pname}-${version}.tar.bz2";
sha256 = "sha256-njxnCWa5bsx0bCjCxBlUHjvLeH0ac5MPXl9eG8u7m9s=";
sha256 = "sha256-ic4a6JPhIpJLhY3oTcT2eq4p/6YQ6/Zo1apTkEVmPW8=";
};
postPatch = ''