all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45331] [PATCH] gnu: plantuml: Update to 1.2020.24.
@ 2020-12-20  8:39 Michael Rohleder
  2020-12-24 20:57 ` bug#45331: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-12-20  8:39 UTC (permalink / raw)
  To: 45331

* gnu/packages/uml.scm (plantuml): Update to 1.2020.24.
---
 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 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





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

* bug#45331: [PATCH] gnu: plantuml: Update to 1.2020.24.
  2020-12-20  8:39 [bug#45331] [PATCH] gnu: plantuml: Update to 1.2020.24 Michael Rohleder
@ 2020-12-24 20:57 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-12-24 20:57 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 45331-done

On Sun, Dec 20, 2020 at 09:39:26AM +0100, Michael Rohleder wrote:
> * gnu/packages/uml.scm (plantuml): Update to 1.2020.24.

Thanks! Pushed as 88795880d79993e18e0ea5b2c90a3dcf7488d16b




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

end of thread, other threads:[~2020-12-24 20:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-20  8:39 [bug#45331] [PATCH] gnu: plantuml: Update to 1.2020.24 Michael Rohleder
2020-12-24 20:57 ` bug#45331: " Leo Famulari

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.