[PATCH] gnu: plantuml: Update to 1.2020.16.

  • Done
  • quality assurance status badge
Details
2 participants
  • Michael Rohleder
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20200918032627.30042-1-mike@rohleder.de
* gnu/packages/uml.scm (plantuml): Update to 1.2020.16.
---
gnu/packages/uml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
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
Mathieu Othacehe wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 43485-done@debbugs.gnu.org)
87d02j1lyt.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/uml.scm (plantuml): Update to 1.2020.16.

Applied, thanks!

Mathieu
--
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 43485@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 43485
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help