guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: plantuml: Update to 1.2023.7.


From: guix-commits
Subject: branch master updated: gnu: plantuml: Update to 1.2023.7.
Date: Tue, 29 Aug 2023 09:12:15 -0400

This is an automated email from the git hooks/post-receive script.

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8eea34062e gnu: plantuml: Update to 1.2023.7.
8eea34062e is described below

commit 8eea34062e4f8f025bd5fa896f81e51ab43dc0cd
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Tue Aug 29 16:09:23 2023 +0400

    gnu: plantuml: Update to 1.2023.7.
    
    * gnu/packages/uml.scm (plantuml): Update to 1.2023.7.
    [aruments]: Update path to GraphvizLinux.java.
---
 gnu/packages/uml.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/uml.scm b/gnu/packages/uml.scm
index 6b9f023dd2..77d6c30b6d 100644
--- a/gnu/packages/uml.scm
+++ b/gnu/packages/uml.scm
@@ -32,14 +32,14 @@
 (define-public plantuml
   (package
     (name "plantuml")
-    (version "1.2022.7")
+    (version "1.2023.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/plantuml/"
                                   version "/plantuml-" version ".tar.gz"))
               (sha256
                (base32
-                "0lcvp6hdlzgh6ia14zzdc6h9hn8xrm9w9dcx5jpzhs8nbygkazvj"))))
+                "0680hlhmwvzp1fw3zdsmy2x4szdhpdjgk028674fg3hwzwk5fv40"))))
     (build-system ant-build-system)
     (arguments
      `(#:tests? #f                      ; no tests
@@ -57,7 +57,7 @@
            (lambda* (#:key inputs #:allow-other-keys)
              (let ((dot (search-input-file inputs "/bin/dot")))
                (substitute*
-                   
"src/net/sourceforge/plantuml/cucadiagram/dot/GraphvizLinux.java"
+                   "src/net/sourceforge/plantuml/dot/GraphvizLinux.java"
                  (("/usr/bin/dot") dot)))
              #t))
          (replace 'install



reply via email to

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