From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1duiO0-0004Hx-Ub for guix-patches@gnu.org; Wed, 20 Sep 2017 13:02:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1duiNv-0002rX-E3 for guix-patches@gnu.org; Wed, 20 Sep 2017 13:02:09 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41754) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1duiNv-0002rM-Ae for guix-patches@gnu.org; Wed, 20 Sep 2017 13:02:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1duiNv-0006wC-0l for guix-patches@gnu.org; Wed, 20 Sep 2017 13:02:03 -0400 Subject: [bug#28530] [PATCH 2/2] gnu: emacs-pdf-tools: Update to 0.80. Resent-Message-ID: From: Alex Kost Date: Wed, 20 Sep 2017 20:01:02 +0300 Message-Id: <20170920170102.8081-2-alezost@gmail.com> In-Reply-To: <20170920170102.8081-1-alezost@gmail.com> References: <20170920170102.8081-1-alezost@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 28530@debbugs.gnu.org * gnu/packages/emacs.scm (emacs-pdf-tools): Update to 0.80. [propagated-inputs]: Add 'emacs-tablist' as it is the new dependency. --- gnu/packages/emacs.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 00d2328a9..87a644660 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -1302,7 +1302,7 @@ filters, new key bindings and faces. It can be enabled by (define-public emacs-pdf-tools (package (name "emacs-pdf-tools") - (version "0.70") + (version "0.80") (source (origin (method url-fetch) (uri (string-append @@ -1311,7 +1311,7 @@ filters, new key bindings and faces. It can be enabled by (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1m0api6wiawswyk46bdsyk6r5rg3b86a4paar6nassm6x6c6vr77")))) + "06imydn3a92vr57azpn1zhqc14kxyyslmyi9ldsyphan9b724gb6")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; there are no tests @@ -1360,6 +1360,7 @@ filters, new key bindings and faces. It can be enabled by ("glib" ,glib) ("libpng" ,libpng) ("zlib" ,zlib))) + (propagated-inputs `(("tablist" ,emacs-tablist))) (synopsis "Emacs support library for PDF files") (description "PDF Tools is, among other things, a replacement of DocView for PDF -- 2.13.2