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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user