gnu: plantuml: Update to 1.2020.1.

* gnu/packages/uml.scm (plantuml): Update to 1.2020.1.
[arguments]<#:phases>[delete-extra-from-classpath]: Modify.
This commit is contained in:
Jelle Licht 2020-02-25 13:47:40 +01:00
parent 12f0aefd14
commit 1fc47a9b49
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -30,14 +30,14 @@ (define-module (gnu packages uml)
(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 @@ (define-public plantuml
(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)