Skip to content

Commit

Permalink
gpgme: 1.23.2 -> 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Nov 20, 2024
1 parent 87ba457 commit b3797b6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 659 deletions.
6 changes: 2 additions & 4 deletions pkgs/development/libraries/gpgme/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

stdenv.mkDerivation rec {
pname = "gpgme";
version = "1.23.2";
version = "1.24.0";
pyproject = true;

outputs = [
Expand All @@ -37,12 +37,10 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "mirror://gnupg/gpgme/gpgme-${version}.tar.bz2";
hash = "sha256-lJnosfM8zLaBVSehvBYEnTWmGYpsX64BhfK9VhvOUiQ=";
hash = "sha256-YeOmrYkyP+z6/xdrwXKPuMMxLy+qg0JNnVB3uiD199o=";
};

patches = [
# Support Python 3.10-3.12, remove distutils, https://dev.gnupg.org/D545
./python-310-312-remove-distutils.patch
# Support Python 3.13
./python313-support.patch
# Fix a test after disallowing compressed signatures in gpg (PR #180336)
Expand Down
Loading

0 comments on commit b3797b6

Please sign in to comment.