gpgme: 1.21.0 -> 1.22.0

Changelog: https://dev.gnupg.org/T6668
This commit is contained in:
Robert Schütz 2023-08-26 10:35:00 -07:00
parent 31dc5e9564
commit c52e31c8b8

View file

@ -26,11 +26,11 @@ let
in
stdenv.mkDerivation rec {
pname = "gpgme";
version = "1.21.0";
version = "1.22.0";
src = fetchurl {
url = "mirror://gnupg/gpgme/${pname}-${version}.tar.bz2";
hash = "sha256-QW4XThZXNNhIBiU/jJa9opk/0H8ljDqtXwU6bv1GPog=";
hash = "sha256-lVHjcIGtO96BAYoNJPJFw/ggaZBUlZj7Mal6aDgKe3E=";
};
patches = [