gnu: emacs-graphviz-dot-mode: Update for Emacs 26.1

* gnu/packages/emacs.scm (emacs-graphviz-dot-mode): Update to 0.3.11 for
compatibility with Emacs 26.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
George Clemmer 2018-06-17 18:09:19 -04:00 committed by Leo Famulari
parent f49d6909e3
commit 067a113a31
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 3 deletions

View File

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