all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#26478: [PATCH] gnu: emacs-company: Update to 0.9.3.
@ 2017-04-13 11:50 Vasile Dumitrascu
  2017-04-13 12:05 ` Arun Isaac
  0 siblings, 1 reply; 2+ messages in thread
From: Vasile Dumitrascu @ 2017-04-13 11:50 UTC (permalink / raw)
  To: 26478; +Cc: Vasile Dumitrascu

* gnu/packages/emacs.scm (emacs-company): Update to 0.9.3.
---
 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 65a491302..a8b0ea9ad 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2077,7 +2077,7 @@ build jobs.")
 (define-public emacs-company
   (package
     (name "emacs-company")
-    (version "0.8.12")
+    (version "0.9.3")
     (source
      (origin
        (method url-fetch)
@@ -2086,7 +2086,7 @@ build jobs.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1vwmbqm7h4lrszv2qxy6fqzznm9raigi84cadx982c9m7shp0zzz"))))
+         "1fyrpchpdmvszssy1qmsw41aqpv6q5rybvs1bw00nv9xdhiaq4vh"))))
     (build-system emacs-build-system)
     (home-page "http://company-mode.github.io/")
     (synopsis "Modular text completion framework")
-- 
2.11.0

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

end of thread, other threads:[~2017-04-13 12:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-13 11:50 bug#26478: [PATCH] gnu: emacs-company: Update to 0.9.3 Vasile Dumitrascu
2017-04-13 12:05 ` Arun Isaac

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.