unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Collin J. Doering via Guix-patches" via <guix-patches@gnu.org>
To: 54642@debbugs.gnu.org
Cc: "Collin J. Doering" <collin@rekahsoft.ca>
Subject: [bug#54642] [PATCH v3] gnu: Update plantuml to 1.2022.3
Date: Wed, 30 Mar 2022 18:39:17 -0400	[thread overview]
Message-ID: <20220330223917.14537-1-collin@rekahsoft.ca> (raw)
In-Reply-To: <20220330183440.11482-1-collin@rekahsoft.ca>

* gnu/packages/uml.scm (plantuml): Update to 1.2022.3.
---
 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..603bbd0678 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.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/plantuml/"
                                   version "/plantuml-" version ".tar.gz"))
               (sha256
                (base32
-                "1czjrsngy0j0lgbmvfzg1ax13vzba2c6ybmfbzqyvnasx4rfrsf8"))))
+                "1k5c97iicdvamkcdaz7c2b79qaciz5gvgs7n67as7hcbm2q85q3b"))))
     (build-system ant-build-system)
     (arguments
      `(#:tests? #f                      ; no tests
-- 
2.34.0





  parent reply	other threads:[~2022-03-30 22:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Collin J. Doering via Guix-patches via [this message]
2022-03-31 14:53   ` bug#54642: [PATCH v3] gnu: Update plantuml to 1.2022.3 Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220330223917.14537-1-collin@rekahsoft.ca \
    --to=guix-patches@gnu.org \
    --cc=54642@debbugs.gnu.org \
    --cc=collin@rekahsoft.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).