gnu: plantuml: Update to 1.2022.3.
* gnu/packages/uml.scm (plantuml): Update to 1.2022.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
05e68f31ba
commit
c5ffc9b65d
|
@ -31,14 +31,14 @@
|
||||||
(define-public plantuml
|
(define-public plantuml
|
||||||
(package
|
(package
|
||||||
(name "plantuml")
|
(name "plantuml")
|
||||||
(version "1.2020.24")
|
(version "1.2022.3")
|
||||||
(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
|
||||||
"1czjrsngy0j0lgbmvfzg1ax13vzba2c6ybmfbzqyvnasx4rfrsf8"))))
|
"1k5c97iicdvamkcdaz7c2b79qaciz5gvgs7n67as7hcbm2q85q3b"))))
|
||||||
(build-system ant-build-system)
|
(build-system ant-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
|
Reference in New Issue