We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247b88d commit 5032ae4Copy full SHA for 5032ae4
2 files changed
pkgs/development/libraries/gpgme/default.nix
@@ -21,7 +21,7 @@
21
22
stdenv.mkDerivation rec {
23
pname = "gpgme";
24
- version = "1.24.1";
+ version = "1.24.2";
25
pyproject = true;
26
27
outputs = [
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
34
35
src = fetchurl {
36
url = "mirror://gnupg/gpgme/gpgme-${version}.tar.bz2";
37
- hash = "sha256-6gXQJY5xBh1hcWWE7DTO9ZMwqRNAVx7cRreDdJc7qF8=";
+ hash = "sha256-4RsaDjYXd+nlX0igPYkJbiq/CMY9hLcBfP4dzgZjlYE=";
38
};
39
40
patches = [
pkgs/development/python-modules/gpgme/default.nix
@@ -12,9 +12,7 @@ buildPythonPackage {
12
inherit (gpgme) version src;
13
14
15
- patches = gpgme.patches or [ ] ++ [
16
- ./python313-support.patch
17
- ];
+ patches = gpgme.patches or [ ];
18
19
postPatch = ''
20
substituteInPlace lang/python/setup.py.in \
0 commit comments