* [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
* [bug#54642] [PATCH v2] gnu: Update plantuml to 1.2022.2
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 ` 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
1 sibling, 0 replies; 4+ messages in thread
From: Collin J. Doering via Guix-patches via @ 2022-03-30 18:43 UTC (permalink / raw)
To: 54642; +Cc: Collin J. Doering
* gnu/packages/uml.scm (plantuml): Update to 1.2022.2.
---
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
* [bug#54642] [PATCH v3] gnu: Update plantuml to 1.2022.3
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
2022-03-31 14:53 ` bug#54642: " Efraim Flashner
1 sibling, 1 reply; 4+ messages in thread
From: Collin J. Doering via Guix-patches via @ 2022-03-30 22:39 UTC (permalink / raw)
To: 54642; +Cc: Collin J. Doering
* 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#54642: [PATCH v3] gnu: Update plantuml to 1.2022.3
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 ` Efraim Flashner
0 siblings, 0 replies; 4+ messages in thread
From: Efraim Flashner @ 2022-03-31 14:53 UTC (permalink / raw)
To: Collin J. Doering; +Cc: 54642-done
[-- Attachment #1: Type: text/plain, Size: 236 bytes --]
Thanks. Patch pushed.
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [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).