unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43485] [PATCH] gnu: plantuml: Update to 1.2020.16.
@ 2020-09-18  3:26 Michael Rohleder
  2020-09-18  9:19 ` bug#43485: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-09-18  3:26 UTC (permalink / raw)
  To: 43485; +Cc: Michael Rohleder

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#43485: [PATCH] gnu: plantuml: Update to 1.2020.16.
  2020-09-18  3:26 [bug#43485] [PATCH] gnu: plantuml: Update to 1.2020.16 Michael Rohleder
@ 2020-09-18  9:19 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2020-09-18  9:19 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 43485-done


> * gnu/packages/uml.scm (plantuml): Update to 1.2020.16.

Applied, thanks!

Mathieu
-- 
https://othacehe.org




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-18  9:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-18  3:26 [bug#43485] [PATCH] gnu: plantuml: Update to 1.2020.16 Michael Rohleder
2020-09-18  9:19 ` bug#43485: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).