unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54642] [PATCH] gnu: Update plantuml to 1.2022.2
@ 2022-03-30 18:34 Collin J. Doering via Guix-patches via
  2022-03-30 18:43 ` [bug#54642] [PATCH v2] " Collin J. Doering via Guix-patches via
  2022-03-30 22:39 ` [bug#54642] [PATCH v3] gnu: Update plantuml to 1.2022.3 Collin J. Doering via Guix-patches via
  0 siblings, 2 replies; 4+ messages in thread
From: Collin J. Doering via Guix-patches via @ 2022-03-30 18:34 UTC (permalink / raw)
  To: 54642; +Cc: Collin J. Doering

---
 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 83f10a08a1..a4891f2d1d 100644
--- a/gnu/packages/uml.scm
+++ b/gnu/packages/uml.scm
@@ -31,14 +31,14 @@ (define-module (gnu packages uml)
 (define-public plantuml
   (package
     (name "plantuml")
-    (version "1.2020.24")
+    (version "1.2022.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/plantuml/"
                                   version "/plantuml-" version ".tar.gz"))
               (sha256
                (base32
-                "1czjrsngy0j0lgbmvfzg1ax13vzba2c6ybmfbzqyvnasx4rfrsf8"))))
+                "0qqfampcn5mcdcb4cnkskhidynhbm1nbgsvqkh8px99abk9xg7gr"))))
     (build-system ant-build-system)
     (arguments
      `(#:tests? #f                      ; no tests
-- 
2.34.0





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

end of thread, other threads:[~2022-03-31 14:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-30 18:34 [bug#54642] [PATCH] gnu: Update plantuml to 1.2022.2 Collin J. Doering via Guix-patches via
2022-03-30 18:43 ` [bug#54642] [PATCH v2] " Collin J. Doering via Guix-patches via
2022-03-30 22:39 ` [bug#54642] [PATCH v3] gnu: Update plantuml to 1.2022.3 Collin J. Doering via Guix-patches via
2022-03-31 14:53   ` bug#54642: " Efraim Flashner

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).