guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/08: gnu: gnupg@2.2.32: Hide.


From: guix-commits
Subject: 04/08: gnu: gnupg@2.2.32: Hide.
Date: Thu, 18 Nov 2021 17:01:43 -0500 (EST)

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

commit 8362046a06ff0ee16599e6041dd0129241b51878
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Nov 18 22:21:31 2021 +0100

    gnu: gnupg@2.2.32: 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

[Prev in Thread] Current Thread [Next in Thread]