about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-04-16 05:35:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-04-16 05:35:54 +0000
commitb084afd456e951c3d1b4e56456f14a4cb234f767 (patch)
treefd2bec49926a052d77844d68b543cea6e80d05a2
parenteafd00c16a2113ca38017f63fd1b348384e422b4 (diff)
libgpg-error: 1.46 -> 1.47
-rw-r--r--pkgs/development/libraries/libgpg-error/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libgpg-error/default.nix b/pkgs/development/libraries/libgpg-error/default.nix
index d8c5d87b16565..fa3dc1b95b09f 100644
--- a/pkgs/development/libraries/libgpg-error/default.nix
+++ b/pkgs/development/libraries/libgpg-error/default.nix
@@ -17,11 +17,11 @@
   };
 in stdenv.mkDerivation (rec {
   pname = "libgpg-error";
-  version = "1.46";
+  version = "1.47";
 
   src = fetchurl {
     url = "mirror://gnupg/${pname}/${pname}-${version}.tar.bz2";
-    sha256 = "sha256-t+EaZCRrvl7zd0jeQ7JFq9cs/NU8muXn/FylnxyBJo0=";
+    sha256 = "sha256-njxnCWa5bsx0bCjCxBlUHjvLeH0ac5MPXl9eG8u7m9s=";
   };
 
   postPatch = ''