Merge pull request #245069 from r-ryantm/auto-update/python310Packages.python-gnupg

python310Packages.python-gnupg: 0.5.0 -> 0.5.1
This commit is contained in:
Mario Rodas 2023-07-23 17:07:21 -05:00 committed by GitHub
commit d4ad5f0d38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "python-gnupg";
version = "0.5.0";
version = "0.5.1";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-cHWOOH/A4MS628s5T2GsvmizSXCo/tfg98iUaf4XkSo=";
hash = "sha256-VnS61Ok4dsCw0xl+MU1/lC05AYvzHiuDP2eIpoE8P7g=";
};
postPatch = ''
@ -42,6 +42,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "API for the GNU Privacy Guard (GnuPG)";
homepage = "https://github.com/vsajip/python-gnupg";
changelog = "https://github.com/vsajip/python-gnupg/releases/tag/${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ copumpkin ];
};