gpgme: 1.13.1 -> 1.14.0 (#93353)
This commit is contained in:
parent
b9de39c2a1
commit
0c50808975
@ -14,22 +14,15 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gpgme";
|
pname = "gpgme";
|
||||||
version = "1.13.1";
|
version = "1.14.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnupg/gpgme/${pname}-${version}.tar.bz2";
|
url = "mirror://gnupg/gpgme/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "0imyjfryvvjdbai454p70zcr95m94j9xnzywrlilqdw2fqi0pqy4";
|
sha256 = "01s3rlspykbm9vmi5rfbdm3d20ip6yni69r48idqzlmhlq8ggwff";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# Fix tests with gnupg > 2.2.19
|
(fetchpatch { # gpg: Send --with-keygrip when listing keys
|
||||||
# https://dev.gnupg.org/T4820
|
|
||||||
(fetchpatch {
|
|
||||||
name = "cff600f1f65a2164ab25ff2b039cba008776ce62.patch";
|
|
||||||
url = "http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=patch;h=cff600f1f65a2164ab25ff2b039cba008776ce62";
|
|
||||||
sha256 = "0ds3pvcws37q4hr4g5iwg2b98fj6whvhhcbm9c8f1kgp7dlpdw7n";
|
|
||||||
})
|
|
||||||
(fetchpatch {
|
|
||||||
name = "c4cf527ea227edb468a84bf9b8ce996807bd6992.patch";
|
name = "c4cf527ea227edb468a84bf9b8ce996807bd6992.patch";
|
||||||
url = "http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=patch;h=c4cf527ea227edb468a84bf9b8ce996807bd6992";
|
url = "http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=patch;h=c4cf527ea227edb468a84bf9b8ce996807bd6992";
|
||||||
sha256 = "0y0b0lb2nq5p9kx13b59b2jaz157mvflliw1qdvg1v1hynvgb8m4";
|
sha256 = "0y0b0lb2nq5p9kx13b59b2jaz157mvflliw1qdvg1v1hynvgb8m4";
|
||||||
@ -79,6 +72,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://gnupg.org/software/gpgme/index.html";
|
homepage = "https://gnupg.org/software/gpgme/index.html";
|
||||||
|
changelog = "https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=blob;f=NEWS;hb=refs/tags/gpgme-${version}";
|
||||||
description = "Library for making GnuPG easier to use";
|
description = "Library for making GnuPG easier to use";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
|
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
|
||||||
|
Loading…
Reference in New Issue
Block a user