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.2020.1.


From: guix-commits
Subject: branch master updated: gnu: plantuml: Update to 1.2020.1.
Date: Tue, 25 Feb 2020 07:50:46 -0500

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

jlicht pushed a commit to branch master
in repository guix.

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

commit 1fc47a9b491bcc6d3a216592f00f71468a2c80f0
Author: Jelle Licht <address@hidden>
AuthorDate: Tue Feb 25 13:47:40 2020 +0100

    gnu: plantuml: Update to 1.2020.1.
    
    * gnu/packages/uml.scm (plantuml): Update to 1.2020.1.
    [arguments]<#:phases>[delete-extra-from-classpath]: Modify.
---
 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 41fb66c..b3b4505 100644
--- a/gnu/packages/uml.scm
+++ b/gnu/packages/uml.scm
@@ -30,14 +30,14 @@
 (define-public plantuml
   (package
     (name "plantuml")
-    (version "1.2019.3")
+    (version "1.2020.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/plantuml/"
                                   version "/plantuml-" version ".tar.gz"))
               (sha256
                (base32
-                "0p2mqav0qfc6kmkhb2n1vjysffnvpsx4yal68nl0yrh5vd3bnmza"))))
+                "1mywv4m6v1y2wpfz9vqriw6cdq1d2md5k2vf244ldbd9s6j45467"))))
     (build-system ant-build-system)
     (arguments
      `(#:tests? #f                      ; no tests
@@ -49,7 +49,7 @@
              (substitute* "build.xml"
                (("1.6") "1.7")
                (("<attribute name=\"Class-Path\"") "<!--")
-               (("j2v8_macosx_x86_64-3.1.7.jar\" />") "-->"))
+               (("ditaa0_9.jar\" />") "-->"))
              #t))
          (add-after 'delete-extra-from-classpath 'patch-usr-bin-dot
            (lambda* (#:key inputs #:allow-other-keys)



reply via email to

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