From 937899e9690452450a2e26739d73b0024132220c Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 10 Oct 2025 19:07:08 +0200 Subject: [PATCH] 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 71845c80b9c10d36189da921fe9fef4f593e7a1b..da43f03ee648379d9814d8240551d9e89f8b794f 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")