guix_mirror_bot pushed a commit to branch crypto-team
in repository guix.
commit ac5dd678e4a2f752b66ed29b1c2a3cb2b3d1310d
Author: Sughosha <[email protected]>
AuthorDate: Tue May 12 19:02:46 2026 +0530
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 <[email protected]>
---
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 45eb58d2a2..36972fc767 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)