mothacehe pushed a commit to branch master
in repository guix.
commit 399fae26af4d9166decb2b1667a1ac06df02f370
Author: jgart <[email protected]>
AuthorDate: Fri Sep 9 10:26:47 2022 -0500
gnu: plantuml: Update to 1.2022.7.
* gnu/packages/yyy.scm (plantuml): Update to 1.2022.7.
Signed-off-by: Mathieu Othacehe <[email protected]>
---
gnu/packages/uml.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/uml.scm b/gnu/packages/uml.scm
index 603bbd0678..6b9f023dd2 100644
--- a/gnu/packages/uml.scm
+++ b/gnu/packages/uml.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2019 Arun Isaac <[email protected]>
;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2020 Michael Rohleder <[email protected]>
+;;; Copyright © 2022 jgart <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -31,14 +32,14 @@
(define-public plantuml
(package
(name "plantuml")
- (version "1.2022.3")
+ (version "1.2022.7")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/plantuml/"
version "/plantuml-" version ".tar.gz"))
(sha256
(base32
- "1k5c97iicdvamkcdaz7c2b79qaciz5gvgs7n67as7hcbm2q85q3b"))))
+ "0lcvp6hdlzgh6ia14zzdc6h9hn8xrm9w9dcx5jpzhs8nbygkazvj"))))
(build-system ant-build-system)
(arguments
`(#:tests? #f ; no tests