mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
f49d6909e3
commit
067a113a31
1 changed files with 3 additions and 3 deletions
|
@ -1430,11 +1430,11 @@ (define-public emacs-google-maps
|
|||
(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 @@ (define-public emacs-graphviz-dot-mode
|
|||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"1s1qh5r0xp6hs0rl5yz5mkmjhpg04bh449c7vgjbb1pjsl1dl714"))))
|
||||
"0j1r2rspaakw37b0mx7pwpvdsvixq9sw3xjbww5piihzpdxz58z1"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue