mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -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
|
(define-public plantuml
|
||||||
(package
|
(package
|
||||||
(name "plantuml")
|
(name "plantuml")
|
||||||
(version "1.2020.19")
|
(version "1.2020.24")
|
||||||
(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
|
||||||
"0ja2f72x2qd11pkgh1qj6k03yq9ljwsvd6lh84nndwhrbdj5vns7"))))
|
"1czjrsngy0j0lgbmvfzg1ax13vzba2c6ybmfbzqyvnasx4rfrsf8"))))
|
||||||
(build-system ant-build-system)
|
(build-system ant-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
|
Loading…
Reference in a new issue