me
/
guix
Archived
1
0
Fork 0

gnu: plantuml: Update to 1.2020.1.

* gnu/packages/uml.scm (plantuml): Update to 1.2020.1.
[arguments]<#:phases>[delete-extra-from-classpath]: Modify.
master
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
1 changed files with 3 additions and 3 deletions

View File

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