all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#31874] [PATCH] gnu: emacs-graphviz-dot-mode: update for Emacs 26.1
@ 2018-06-17 22:09 George Clemmer
  2018-06-18 16:18 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: George Clemmer @ 2018-06-17 22:09 UTC (permalink / raw)
  To: 31874

*  gnu/packages/emacs.scm (emacs-graphviz-dot-mode): update to 0.3.11
   for compatibility w/ Emacs 26.1
---
 gnu/packages/emacs.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 3b2c41c5d..cca46ff17 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1430,11 +1430,11 @@ Maps directly inside Emacs.")
     (license license:gpl3+)))
 
 (define-public emacs-graphviz-dot-mode
-  (let ((commit "fdaabbcc95d9156e3dadc84f81a4750c5b692580")
+  (let ((commit "c456a2b65c734089e6c44e87209a5a432a741b1a")
         (revision "1"))
     (package
       (name "emacs-graphviz-dot-mode")
-      (version (string-append "0.3.10-" revision "."
+      (version (string-append "0.3.11-" revision "."
                               (string-take commit 7)))
       (source (origin
                 (method git-fetch)
@@ -1444,7 +1444,7 @@ Maps directly inside Emacs.")
                 (file-name (string-append name "-" version "-checkout"))
                 (sha256
                  (base32
-                  "1s1qh5r0xp6hs0rl5yz5mkmjhpg04bh449c7vgjbb1pjsl1dl714"))))
+                  "0j1r2rspaakw37b0mx7pwpvdsvixq9sw3xjbww5piihzpdxz58z1"))))
       (build-system emacs-build-system)
       (arguments
        `(#:phases
-- 
2.17.1

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

* [bug#31874] [PATCH] gnu: emacs-graphviz-dot-mode: update for Emacs 26.1
  2018-06-17 22:09 [bug#31874] [PATCH] gnu: emacs-graphviz-dot-mode: update for Emacs 26.1 George Clemmer
@ 2018-06-18 16:18 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2018-06-18 16:18 UTC (permalink / raw)
  To: George Clemmer; +Cc: 31874

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

On Sun, Jun 17, 2018 at 06:09:19PM -0400, George Clemmer wrote:
> *  gnu/packages/emacs.scm (emacs-graphviz-dot-mode): update to 0.3.11
>    for compatibility w/ Emacs 26.1

Thanks! Pushed as 067a113a31880161af65c623847f3ac35a303a53

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

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-17 22:09 [bug#31874] [PATCH] gnu: emacs-graphviz-dot-mode: update for Emacs 26.1 George Clemmer
2018-06-18 16:18 ` Leo Famulari

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.