civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit 8362046a06ff0ee16599e6041dd0129241b51878
Author: Ludovic Courtès <[email protected]>
AuthorDate: Thu Nov 18 22:21:31 2021 +0100

    gnu: [email protected]: Hide.
    
    * gnu/packages/gnupg.scm (gnupg-2.2.32)[properties]: New field.
---
 gnu/packages/gnupg.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index cd24551..ddfc6de 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -352,6 +352,13 @@ libskba (working with X.509 certificates and CMS data).")
   (package
     (inherit gnupg)
     (version "2.2.32")
+
+    ;; Hide this version because packages like 'emacs-pinentry' propagate the
+    ;; default GnuPG and "guix install gnupg emacs-pinentry" would fail with a
+    ;; collision error.
+    (properties `((hidden? . #t)
+                  ,@(package-properties gnupg)))
+
     (source (origin
               (inherit (package-source gnupg))
               (uri (string-append "mirror://gnupg/gnupg/gnupg-" version

Reply via email to