mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: emacs-graphviz-dot-mode: Update to 0.4.1.
* gnu/packages/emacs-xyz.scm (emacs-graphviz-dot-mode): Update to 0.4.1.
This commit is contained in:
parent
ed07acbfab
commit
b1c223cc90
1 changed files with 3 additions and 3 deletions
|
@ -1878,11 +1878,11 @@ (define-public emacs-google-maps
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-graphviz-dot-mode
|
||||
(let ((commit "c456a2b65c734089e6c44e87209a5a432a741b1a")
|
||||
(let ((commit "1574c504d9810f34a85e2ff49b6f7648c2be5f27")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "emacs-graphviz-dot-mode")
|
||||
(version (string-append "0.3.11-" revision "."
|
||||
(version (string-append "0.4.1-" revision "."
|
||||
(string-take commit 7)))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -1892,7 +1892,7 @@ (define-public emacs-graphviz-dot-mode
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0j1r2rspaakw37b0mx7pwpvdsvixq9sw3xjbww5piihzpdxz58z1"))))
|
||||
"03l6zkkxhbcxj5i13hzjv6ypmzaw70zqqagh7ix1kdn33kpp37jj"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue