guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

240/285: gnu: emacs-graphviz-dot-mode: Update to 0.4.1.


From: guix-commits
Subject: 240/285: gnu: emacs-graphviz-dot-mode: Update to 0.4.1.
Date: Sun, 29 Dec 2019 20:44:39 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 90bd464758036e1b5ee2d5eecf2243b5dd186ca5
Author: Brett Gilio <address@hidden>
Date:   Fri Dec 27 19:34:42 2019 -0600

    gnu: emacs-graphviz-dot-mode: Update to 0.4.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-graphviz-dot-mode): Update to 0.4.1.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1692cf0..f1e70e6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1878,11 +1878,11 @@ Maps directly inside Emacs.")
     (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 @@ Maps directly inside Emacs.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0j1r2rspaakw37b0mx7pwpvdsvixq9sw3xjbww5piihzpdxz58z1"))))
+                  "03l6zkkxhbcxj5i13hzjv6ypmzaw70zqqagh7ix1kdn33kpp37jj"))))
       (build-system emacs-build-system)
       (arguments
        `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]