From 7a997cedcf4e5fb9e4de6950eb5eaa0c58e1ae41 Mon Sep 17 00:00:00 2001 From: Sughosha Date: Tue, 12 May 2026 19:02:46 +0530 Subject: [PATCH] gnu: gpgme: Rename to gpgme-1. * gnu/packages/gnupg.scm (gpgme): Raname variable to... (gpgme-1): ...this. (gpgme): New variable set to gpgme-1. Merges guix/guix!8544 Change-Id: I428f60548e56b59d29d1abdf4f546e37353a70b3 Signed-off-by: Cayetano Santos --- gnu/packages/gnupg.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 45eb58d2a28..36972fc7679 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -434,7 +434,7 @@ libskba (working with X.509 certificates and CMS data).") (substitute* "checks/Makefile.in" (("/bin/sh") (which "sh")))))))))) -(define-public gpgme +(define-public gpgme-1 (package (name "gpgme") (version "1.24.1") @@ -469,6 +469,8 @@ instead. This way bug fixes or improvements can be done at a central place and every application benefits from this.") (license license:lgpl2.1+))) +(define-public gpgme gpgme-1) + (define-public qgpgme-qt5 (package (inherit gpgme)