GNU bug report logs -
#43485
[PATCH] gnu: plantuml: Update to 1.2020.16.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Fri, 18 Sep 2020 03:27:02 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/uml.scm (plantuml): Update to 1.2020.16.
---
gnu/packages/uml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/uml.scm b/gnu/packages/uml.scm
index ecf8fe0c45..f231b28fe5 100644
--- a/gnu/packages/uml.scm
+++ b/gnu/packages/uml.scm
@@ -31,14 +31,14 @@
(define-public plantuml
(package
(name "plantuml")
- (version "1.2020.15")
+ (version "1.2020.16")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/plantuml/"
version "/plantuml-" version ".tar.gz"))
(sha256
(base32
- "0n9zrdylc79kdzq7i42kd38bndrhgs7p24bmcm7l09nzv8w8j5r0"))))
+ "10ski6qq99rx98n5m9qs387c61jp40l7gqnbk290kay94x44phs7"))))
(build-system ant-build-system)
(arguments
`(#:tests? #f ; no tests
--
2.28.0
This bug report was last modified 4 years and 244 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.