gpgme: 1.13.0 -> 1.13.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gpgme/versions
This commit is contained in:
R. RyanTM 2019-06-16 18:03:24 -07:00
parent e2d07d2cc7
commit b063dc8557

View file

@ -13,11 +13,11 @@ in
stdenv.mkDerivation rec {
name = "gpgme-${version}";
version = "1.13.0";
version = "1.13.1";
src = fetchurl {
url = "mirror://gnupg/gpgme/${name}.tar.bz2";
sha256 = "0c6676g0yhfsmy32i1dgwh5cx0ja8vhcqf4k08zad177m53kxcnl";
sha256 = "0imyjfryvvjdbai454p70zcr95m94j9xnzywrlilqdw2fqi0pqy4";
};
outputs = [ "out" "dev" "info" ];