GNU bug report logs - #57703
[PATCH] gnu: plantuml: Update to 1.2022.7.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Fri, 9 Sep 2022 15:28:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

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: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#57703: closed ([PATCH] gnu: plantuml: Update to 1.2022.7.)
Date: Sun, 11 Sep 2022 14:21:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 11 Sep 2022 16:20:26 +0200
with message-id <877d2a0z85.fsf <at> gnu.org>
and subject line Re: bug#57703: [PATCH] gnu: plantuml: Update to 1.2022.7.
has caused the debbugs.gnu.org bug report #57703,
regarding [PATCH] gnu: plantuml: Update to 1.2022.7.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
57703: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57703
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: plantuml: Update to 1.2022.7.
Date: Fri,  9 Sep 2022 10:26:47 -0500
* 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 <at> systemreboot.net>
 ;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me <at> tobias.gr>
 ;;; Copyright © 2020 Michael Rohleder <mike <at> rohleder.de>
+;;; Copyright © 2022 jgart <jgart <at> 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



[Message part 3 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: jgart <jgart <at> dismail.de>
Cc: 57703-done <at> debbugs.gnu.org
Subject: Re: bug#57703: [PATCH] gnu: plantuml: Update to 1.2022.7.
Date: Sun, 11 Sep 2022 16:20:26 +0200
> * gnu/packages/yyy.scm (plantuml): Update to 1.2022.7.

Applied, thanks!

Mathieu


This bug report was last modified 2 years and 249 days ago.

Previous Next


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