mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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:
commit
d4ad5f0d38
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user