all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#31896] [PATCH] gnu: emacs-company: Update to 0.9.6.
@ 2018-06-19 11:22 Pierre Neidhardt
  2018-06-19 11:46 ` bug#31896: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Pierre Neidhardt @ 2018-06-19 11:22 UTC (permalink / raw)
  To: 31896

* gnu/packages/emacs.scm (emacs-company): Update to 0.9.6.
---
 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 4999dda55..514d9105f 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2662,7 +2662,7 @@ build jobs.")
 (define-public emacs-company
   (package
     (name "emacs-company")
-    (version "0.9.3")
+    (version "0.9.6")
     (source
      (origin
        (method url-fetch)
@@ -2671,7 +2671,7 @@ build jobs.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1fyrpchpdmvszssy1qmsw41aqpv6q5rybvs1bw00nv9xdhiaq4vh"))))
+         "0a7zvmfvxh9w67myvcj2511ayk0fvkm06cdg38y8khnsx63jrr4k"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases
-- 
2.17.1

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

* bug#31896: [PATCH] gnu: emacs-company: Update to 0.9.6.
  2018-06-19 11:22 [bug#31896] [PATCH] gnu: emacs-company: Update to 0.9.6 Pierre Neidhardt
@ 2018-06-19 11:46 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2018-06-19 11:46 UTC (permalink / raw)
  To: Pierre Neidhardt, 31896-done

[-- Attachment #1: Type: text/plain, Size: 170 bytes --]

Pierre Neidhardt <ambrevar@gmail.com> writes:

> * gnu/packages/emacs.scm (emacs-company): Update to 0.9.6.

Thanks!  Pushed as a623c7e781663ba38b700f4f9b8d2e37c23c4a15.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

end of thread, other threads:[~2018-06-19 11:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-19 11:22 [bug#31896] [PATCH] gnu: emacs-company: Update to 0.9.6 Pierre Neidhardt
2018-06-19 11:46 ` bug#31896: " Marius Bakke

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.