gpgme: 1.19.0 -> 1.20.0

Changelog: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;f=NEWS;hb=gpgme-1.20.0
This commit is contained in:
Robert Schütz 2023-04-21 17:24:22 -07:00
parent 89d59988a7
commit 85b1f14a55

View file

@ -26,11 +26,11 @@ let
in
stdenv.mkDerivation rec {
pname = "gpgme";
version = "1.19.0";
version = "1.20.0";
src = fetchurl {
url = "mirror://gnupg/gpgme/${pname}-${version}.tar.bz2";
hash = "sha256-y1hJTcQV+6nusSuCZVCtMZDckuJlxbsq4aIckoQc/Tg=";
hash = "sha256-JaV4Wl2jVmiQAUQJJrlOln0C4TxJ63dD417wzyLkJ1A=";
};
patches = [