python312Packages.python-gnupg: 0.5.3 -> 0.5.4 (#374677)

This commit is contained in:
Nick Cao
2025-01-18 09:50:23 -05:00
committed by GitHub
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "python-gnupg";
version = "0.5.3";
version = "0.5.4";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-KQ2N25zWPfls/pKEubJl8Z/W4UXlWC3Fj9cnHwJtCkc=";
hash = "sha256-8v21+ylhXHfCdD4cs9kxQ1Om6HsQw30jjZGuHG/q4IY=";
};
postPatch = ''