Skip to content

Commit effa0dc

Browse files
authored
python312Packages.python-gnupg: 0.5.3 -> 0.5.4 (#374677)
2 parents 0ad23d2 + 746241b commit effa0dc

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/python-gnupg

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/python-gnupg/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
buildPythonPackage rec {
1111
pname = "python-gnupg";
12-
version = "0.5.3";
12+
version = "0.5.4";
1313

1414
format = "pyproject";
1515

1616
src = fetchPypi {
1717
inherit pname version;
18-
hash = "sha256-KQ2N25zWPfls/pKEubJl8Z/W4UXlWC3Fj9cnHwJtCkc=";
18+
hash = "sha256-8v21+ylhXHfCdD4cs9kxQ1Om6HsQw30jjZGuHG/q4IY=";
1919
};
2020

2121
postPatch = ''

0 commit comments

Comments
 (0)