guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 937899e9690452450a2e26739d73b0024132220c
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 10 19:07:08 2025 +0200

    gnu: emacs-plantuml-mode: Update to 1.8.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-plantuml-mode): Update to 1.8.0.
    [propagated-inputs]: Add emacs-deflate.
    
    Change-Id: Ieb229e799b57097331d537d619a080e0b3f0da42
---
 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 71845c80b9..da43f03ee6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -42767,7 +42767,7 @@ PDDL files with syntax highlighting, templates, 
auto-completion, and more.")
 (define-public emacs-plantuml-mode
   (package
     (name "emacs-plantuml-mode")
-    (version "1.4.1")
+    (version "1.8.0")
     (source
      (origin
        (method git-fetch)
@@ -42776,7 +42776,7 @@ PDDL files with syntax highlighting, templates, 
auto-completion, and more.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0yp41d2dmf3sx7qnl5x0zdjcr9y71b2wwc9m0q31v22xqn938ipc"))))
+        (base32 "1h68bfczpvbzi29ggl3dciiz5187px14xi2sz5pywwl84sg5x2b5"))))
     (arguments
      (list
       #:tests? #f  ; Unclear why tests fail.
@@ -42805,7 +42805,7 @@ PDDL files with syntax highlighting, templates, 
auto-completion, and more.")
                           (basic-save-buffer)))))))))
     (inputs (list plantuml))
     (native-inputs (list emacs-ert-runner icedtea))
-    (propagated-inputs (list emacs-dash))
+    (propagated-inputs (list emacs-dash emacs-deflate))
     (build-system emacs-build-system)
     (home-page "https://github.com/skuro/plantuml-mode";)
     (synopsis "Major mode for editing PlantUML sources")

Reply via email to