guix-patches
[Top][All Lists]
Advanced

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

bug#31930: [PATCH] gnu: Add emacs-pinentry.


From: Marius Bakke
Subject: bug#31930: [PATCH] gnu: Add emacs-pinentry.
Date: Mon, 25 Jun 2018 21:21:16 +0200
User-agent: Notmuch/0.27 (https://notmuchmail.org) Emacs/26.1 (x86_64-pc-linux-gnu)

Pierre Neidhardt <address@hidden> writes:

> * gnu/packages/emacs.scm (emacs-pinentry): New variable.

Applied with the cosmetic changes below, thanks!

1 file changed, 7 insertions(+), 8 deletions(-)
gnu/packages/emacs.scm | 15 +++++++--------

modified   gnu/packages/emacs.scm
@@ -11286,16 +11286,17 @@ maps the thread tree.")
       (license license:gpl3+))))
 
 (define-public emacs-pinentry
-  (let ((commit "dcc9ba03252ee5d39e03bba31b420e0708c3ba0c"))
+  (let ((commit "dcc9ba03252ee5d39e03bba31b420e0708c3ba0c")
+        (revision "1"))
     (package
       (name "emacs-pinentry")
-      (version (git-version  "0.1" "1" commit))
+      (version (git-version  "0.1" revision commit))
       (source
        (origin
          (method url-fetch)
          (uri (string-append
-               
"http://git.savannah.gnu.org/cgit/emacs/elpa.git/plain/packages/pinentry/pinentry.el?id=";
-               commit))
+               "http://git.savannah.gnu.org/cgit/emacs/elpa.git/plain";
+               "/packages/pinentry/pinentry.el?id=" commit))
          (file-name (string-append "pinentry.el"))
          (sha256
           (base32
@@ -11303,10 +11304,8 @@ maps the thread tree.")
       (build-system emacs-build-system)
       (propagated-inputs
        `(("gnupg" ,gnupg)))
-      (home-page
-       "https://elpa.gnu.org/packages/pinentry.html";)
-      (synopsis
-       "GnuPG Pinentry server implementation")
+      (home-page "https://elpa.gnu.org/packages/pinentry.html";)
+      (synopsis "GnuPG Pinentry server implementation")
       (description
        "This package allows GnuPG passphrase to be prompted through the
 minibuffer instead of graphical dialog.

[back]

Attachment: signature.asc
Description: PGP signature


reply via email to

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