mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01: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+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-graphviz-dot-mode
|
(define-public emacs-graphviz-dot-mode
|
||||||
(let ((commit "c456a2b65c734089e6c44e87209a5a432a741b1a")
|
(let ((commit "1574c504d9810f34a85e2ff49b6f7648c2be5f27")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-graphviz-dot-mode")
|
(name "emacs-graphviz-dot-mode")
|
||||||
(version (string-append "0.3.11-" revision "."
|
(version (string-append "0.4.1-" revision "."
|
||||||
(string-take commit 7)))
|
(string-take commit 7)))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1892,7 +1892,7 @@ (define-public emacs-graphviz-dot-mode
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j1r2rspaakw37b0mx7pwpvdsvixq9sw3xjbww5piihzpdxz58z1"))))
|
"03l6zkkxhbcxj5i13hzjv6ypmzaw70zqqagh7ix1kdn33kpp37jj"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue