From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 57703@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#57703] [PATCH] gnu: plantuml: Update to 1.2022.7.
Date: Fri, 9 Sep 2022 10:26:47 -0500 [thread overview]
Message-ID: <20220909152647.6137-1-jgart@dismail.de> (raw)
* gnu/packages/yyy.scm (plantuml): Update to 1.2022.7.
---
gnu/packages/uml.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/uml.scm b/gnu/packages/uml.scm
index 603bbd0678..6b9f023dd2 100644
--- a/gnu/packages/uml.scm
+++ b/gnu/packages/uml.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2019 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2022 jgart <jgart@dismail.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -31,14 +32,14 @@ (define-module (gnu packages uml)
(define-public plantuml
(package
(name "plantuml")
- (version "1.2022.3")
+ (version "1.2022.7")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/plantuml/"
version "/plantuml-" version ".tar.gz"))
(sha256
(base32
- "1k5c97iicdvamkcdaz7c2b79qaciz5gvgs7n67as7hcbm2q85q3b"))))
+ "0lcvp6hdlzgh6ia14zzdc6h9hn8xrm9w9dcx5jpzhs8nbygkazvj"))))
(build-system ant-build-system)
(arguments
`(#:tests? #f ; no tests
--
2.37.3
next reply other threads:[~2022-09-09 15:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-09 15:26 jgart via Guix-patches via [this message]
2022-09-11 14:20 ` bug#57703: [PATCH] gnu: plantuml: Update to 1.2022.7 Mathieu Othacehe
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220909152647.6137-1-jgart@dismail.de \
--to=guix-patches@gnu.org \
--cc=57703@debbugs.gnu.org \
--cc=jgart@dismail.de \
/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 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.