all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marius Bakke <mbakke@fastmail.com>
To: Pierre Neidhardt <ambrevar@gmail.com>, 31930-done@debbugs.gnu.org
Subject: bug#31930: [PATCH] gnu: Add emacs-pinentry.
Date: Mon, 25 Jun 2018 21:21:16 +0200	[thread overview]
Message-ID: <87in66ekpf.fsf@fastmail.com> (raw)
In-Reply-To: <20180621171432.18603-1-ambrevar@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 157 bytes --]

Pierre Neidhardt <ambrevar@gmail.com> writes:

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

Applied with the cosmetic changes below, thanks!


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: Type: text/x-patch, Size: 1530 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

      reply	other threads:[~2018-06-25 19:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-21 17:14 [bug#31930] [PATCH] gnu: Add emacs-pinentry Pierre Neidhardt
2018-06-25 19:21 ` Marius Bakke [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87in66ekpf.fsf@fastmail.com \
    --to=mbakke@fastmail.com \
    --cc=31930-done@debbugs.gnu.org \
    --cc=ambrevar@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.