mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Make GnuPG 2.2.32 available for users.
Fixes <https://issues.guix.gnu.org/52483>. * gnu/packages/gnupg.scm (gnupg-2.2.32)[properties]: Unhide this package. [source]: Add 'gnupg-default-pinentry.patch'. * gnu/packages/emacs-xyz.scm (emacs-pinentry)[propagated-inputs]: Replace gnupg with gnupg-2.2.32.
This commit is contained in:
parent
bb59fec235
commit
d03aa942de
2 changed files with 4 additions and 8 deletions
|
@ -21166,7 +21166,7 @@ maps the thread tree.")
|
|||
"1lf30q6r8nz5cjzclbb9bbymsk2y75nskvb55hnjdv93gr3j0sik"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list gnupg))
|
||||
(list gnupg-2.2.32))
|
||||
(home-page "https://elpa.gnu.org/packages/pinentry.html")
|
||||
(synopsis "GnuPG Pinentry server implementation")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue