mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: plantuml: Update to 1.2020.24.
* gnu/packages/uml.scm (plantuml): Update to 1.2020.24. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
789f31e629
commit
88795880d7
1 changed files with 2 additions and 2 deletions
|
@ -31,14 +31,14 @@ (define-module (gnu packages uml)
|
|||
(define-public plantuml
|
||||
(package
|
||||
(name "plantuml")
|
||||
(version "1.2020.19")
|
||||
(version "1.2020.24")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/plantuml/"
|
||||
version "/plantuml-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ja2f72x2qd11pkgh1qj6k03yq9ljwsvd6lh84nndwhrbdj5vns7"))))
|
||||
"1czjrsngy0j0lgbmvfzg1ax13vzba2c6ybmfbzqyvnasx4rfrsf8"))))
|
||||
(build-system ant-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
|
|
Loading…
Reference in a new issue