[PATCH] gnu: plantuml: Update to 1.2020.24.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Michael Rohleder
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)
20201220083926.28808-1-mike@rohleder.de
* gnu/packages/uml.scm (plantuml): Update to 1.2020.24.
---
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 2202316016..ad766beece 100644
--- a/gnu/packages/uml.scm
+++ b/gnu/packages/uml.scm
@@ -31,14 +31,14 @@
(define-public plantuml
(package
(name "plantuml")
- (version "1.2020.19")
+ (version "1.2020.24")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/plantuml/"
version "/plantuml-" version ".tar.gz"))
(sha256
(base32
- "0ja2f72x2qd11pkgh1qj6k03yq9ljwsvd6lh84nndwhrbdj5vns7"))))
+ "1czjrsngy0j0lgbmvfzg1ax13vzba2c6ybmfbzqyvnasx4rfrsf8"))))
(build-system ant-build-system)
(arguments
`(#:tests? #f ; no tests
--
2.29.2
Leo Famulari wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 45331-done@debbugs.gnu.org)
X+UAtg7TRsHDk5Cn@jasmine.lan
On Sun, Dec 20, 2020 at 09:39:26AM +0100, Michael Rohleder wrote:
Toggle quote (2 lines)
> * gnu/packages/uml.scm (plantuml): Update to 1.2020.24.

Thanks! Pushed as 88795880d79993e18e0ea5b2c90a3dcf7488d16b
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 45331
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