gnu: plantuml: Update to 1.2020.19.

* gnu/packages/uml.scm (plantuml): Update to 1.2020.19.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-14 12:43:16 +02:00
parent 9112ec6b72
commit 2d0bea9c6d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -31,14 +31,14 @@ (define-module (gnu packages uml)
(define-public plantuml (define-public plantuml
(package (package
(name "plantuml") (name "plantuml")
(version "1.2020.17") (version "1.2020.19")
(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
"031xqzqi2jh2kms6qjy9sv9m5mjvk887jz54dnrkvw5zgn6kv4hp")))) "0ja2f72x2qd11pkgh1qj6k03yq9ljwsvd6lh84nndwhrbdj5vns7"))))
(build-system ant-build-system) (build-system ant-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests