diff options
| author | Robert Schütz <nix@dotlambda.de> | 2025-02-21 14:19:15 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-21 14:19:15 -0800 |
| commit | 4e8099731fcb4fac80ec3a53f0d080fe7e082523 (patch) | |
| tree | c4a0e33f436063dd58666c7b16b280f0c076c453 /pkgs/development/python-modules | |
| parent | ac12db5260481cf02900851bd3b3fe5a999a809c (diff) | |
| parent | 5032ae475b1706dbb78859b4ff90c9b12c53fc16 (diff) | |
gpgme: 1.24.1 -> 1.24.2 (#383535)
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/gpgme/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/gpgme/default.nix b/pkgs/development/python-modules/gpgme/default.nix index d2ede05b7fc2..b260516accd0 100644 --- a/pkgs/development/python-modules/gpgme/default.nix +++ b/pkgs/development/python-modules/gpgme/default.nix @@ -12,9 +12,7 @@ buildPythonPackage { inherit (gpgme) version src; pyproject = true; - patches = gpgme.patches or [ ] ++ [ - ./python313-support.patch - ]; + patches = gpgme.patches or [ ]; postPatch = '' substituteInPlace lang/python/setup.py.in \ |
