GNU bug report logs - #54642
[PATCH] gnu: Update plantuml to 1.2022.2

Previous Next

Package: guix-patches;

Reported by: "Collin J. Doering" <collin <at> rekahsoft.ca>

Date: Wed, 30 Mar 2022 18:41:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "Collin J. Doering" <collin <at> rekahsoft.ca>
Subject: bug#54642: closed (Re: [bug#54642] [PATCH v3] gnu: Update
 plantuml to 1.2022.3)
Date: Thu, 31 Mar 2022 14:54:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#54642: [PATCH] gnu: Update plantuml to 1.2022.2

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 54642 <at> debbugs.gnu.org.

-- 
54642: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54642
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: "Collin J. Doering" <collin <at> rekahsoft.ca>
Cc: 54642-done <at> debbugs.gnu.org
Subject: Re: [bug#54642] [PATCH v3] gnu: Update plantuml to 1.2022.3
Date: Thu, 31 Mar 2022 17:53:04 +0300
[Message part 3 (text/plain, inline)]
Thanks. Patch pushed.

-- 
Efraim Flashner   <efraim <at> 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
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: "Collin J. Doering" <collin <at> rekahsoft.ca>
To: guix-patches <at> gnu.org
Cc: "Collin J. Doering" <collin <at> rekahsoft.ca>
Subject: [PATCH] gnu: Update plantuml to 1.2022.2
Date: Wed, 30 Mar 2022 14:34:42 -0400
---
 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




This bug report was last modified 3 years and 53 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.