all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH 4/4] gnu: emacs-debbugs: Update to 0.9.
Date: Mon,  8 Feb 2016 17:28:04 +0300	[thread overview]
Message-ID: <1454941684-9978-5-git-send-email-alezost@gmail.com> (raw)
In-Reply-To: <1454941684-9978-1-git-send-email-alezost@gmail.com>

* gnu/packages/emacs.scm (emacs-debbugs): Update to 0.9.
[propagated-inputs]: Add 'emacs-async'.
---
 gnu/packages/emacs.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index aa308cb..48417e6 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1188,15 +1188,17 @@ source code using IPython.")
 (define-public emacs-debbugs
   (package
     (name "emacs-debbugs")
-    (version "0.7")
+    (version "0.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://elpa.gnu.org/packages/debbugs-"
                                   version ".tar"))
               (sha256
                (base32
-                "0pbglx3paa8icazgxlg4jf40wl8war63y9j2jmbb7gbd1xp95v72"))))
+                "1wc6kw7hihqqdx8qyl01akygycnan44x400hwrcf54m3hb4isa0k"))))
     (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-async" ,emacs-async)))
     (home-page "http://elpa.gnu.org/packages/debbugs.html")
     (synopsis "Access the Debbugs bug tracker in Emacs")
     (description
-- 
2.6.3

  parent reply	other threads:[~2016-02-08 14:28 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-08 14:28 [PATCH 0/4] Update magit and emacs-debbugs Alex Kost
2016-02-08 14:28 ` [PATCH 1/4] gnu: Add emacs-with-editor Alex Kost
2016-02-08 15:23   ` Ludovic Courtès
2016-02-08 14:28 ` [PATCH 2/4] gnu: magit: Update to 2.5.0 Alex Kost
2016-02-08 15:24   ` Ludovic Courtès
2016-02-10  7:44     ` Alex Kost
2016-02-08 14:28 ` [PATCH 3/4] gnu: Add emacs-async Alex Kost
2016-02-08 15:24   ` Ludovic Courtès
2016-02-08 14:28 ` Alex Kost [this message]
2016-02-08 15:24   ` [PATCH 4/4] gnu: emacs-debbugs: Update to 0.9 Ludovic Courtès

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=1454941684-9978-5-git-send-email-alezost@gmail.com \
    --to=alezost@gmail.com \
    --cc=guix-devel@gnu.org \
    /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.