Skip to content

Commit 5032ae4

Browse files
committed
gpgme: 1.24.1 -> 1.24.2
Changelog: https://dev.gnupg.org/T7524
1 parent 247b88d commit 5032ae4

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

pkgs/development/libraries/gpgme/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
stdenv.mkDerivation rec {
2323
pname = "gpgme";
24-
version = "1.24.1";
24+
version = "1.24.2";
2525
pyproject = true;
2626

2727
outputs = [
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
3434

3535
src = fetchurl {
3636
url = "mirror://gnupg/gpgme/gpgme-${version}.tar.bz2";
37-
hash = "sha256-6gXQJY5xBh1hcWWE7DTO9ZMwqRNAVx7cRreDdJc7qF8=";
37+
hash = "sha256-4RsaDjYXd+nlX0igPYkJbiq/CMY9hLcBfP4dzgZjlYE=";
3838
};
3939

4040
patches = [

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ buildPythonPackage {
1212
inherit (gpgme) version src;
1313
pyproject = true;
1414

15-
patches = gpgme.patches or [ ] ++ [
16-
./python313-support.patch
17-
];
15+
patches = gpgme.patches or [ ];
1816

1917
postPatch = ''
2018
substituteInPlace lang/python/setup.py.in \

0 commit comments

Comments
 (0)