From 8362046a06ff0ee16599e6041dd0129241b51878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 18 Nov 2021 22:21:31 +0100 Subject: [PATCH] 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 cd2455103a..ddfc6dee69 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -352,6 +352,13 @@ (define-public gnupg-2.2.32 (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