mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: gnupg@2.2.32: Hide.
* gnu/packages/gnupg.scm (gnupg-2.2.32)[properties]: New field.
This commit is contained in:
parent
98d864e313
commit
8362046a06
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue