me
/
guix
Archived
1
0
Fork 0

gnu: plantuml: Update to 1.2020.16.

* gnu/packages/uml.scm (plantuml): Update to 1.2020.16.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
master
Michael Rohleder 2020-09-18 05:26:27 +02:00 committed by Mathieu Othacehe
parent a1f4c48721
commit 6182897c98
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 2 deletions

View File

@ -31,14 +31,14 @@
(define-public plantuml (define-public plantuml
(package (package
(name "plantuml") (name "plantuml")
(version "1.2020.15") (version "1.2020.16")
(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
"0n9zrdylc79kdzq7i42kd38bndrhgs7p24bmcm7l09nzv8w8j5r0")))) "10ski6qq99rx98n5m9qs387c61jp40l7gqnbk290kay94x44phs7"))))
(build-system ant-build-system) (build-system ant-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests