all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#33491] [PATCH] gnu: emacs-company: Update to 0.9.7
@ 2018-11-24 19:43 Brett Gilio
  2018-11-24 21:43 ` bug#33491: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Brett Gilio @ 2018-11-24 19:43 UTC (permalink / raw)
  To: 33491

---
 gnu/packages/emacs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index fa79a26e7..911290254 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2771,7 +2771,7 @@ build jobs.")
 (define-public emacs-company
   (package
     (name "emacs-company")
-    (version "0.9.6")
+    (version "0.9.7")
     (source
      (origin
        (method url-fetch)
@@ -2780,7 +2780,7 @@ build jobs.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0a7zvmfvxh9w67myvcj2511ayk0fvkm06cdg38y8khnsx63jrr4k"))))
+         "19flv38f2qhxda8lbk2ckywvibd72vbzmn4hchqz6d8acsknh4sb"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases
-- 
2.19.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#33491: [PATCH] gnu: emacs-company: Update to 0.9.7
  2018-11-24 19:43 [bug#33491] [PATCH] gnu: emacs-company: Update to 0.9.7 Brett Gilio
@ 2018-11-24 21:43 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-11-24 21:43 UTC (permalink / raw)
  To: Brett Gilio; +Cc: 33491-done

Brett Gilio <brettg@posteo.net> skribis:

> ---
>  gnu/packages/emacs.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index fa79a26e7..911290254 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -2771,7 +2771,7 @@ build jobs.")
>  (define-public emacs-company
>    (package
>      (name "emacs-company")
> -    (version "0.9.6")
> +    (version "0.9.7")

Applied, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-24 21:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-24 19:43 [bug#33491] [PATCH] gnu: emacs-company: Update to 0.9.7 Brett Gilio
2018-11-24 21:43 ` bug#33491: " Ludovic Courtès

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.