unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42642] [PATCH] gnu: plantuml: Update to 1.2020.15.
@ 2020-08-01  5:16 Michael Rohleder
  2020-08-01  7:08 ` bug#42642: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-08-01  5:16 UTC (permalink / raw)
  To: 42642


[-- Attachment #1.1: [PATCH] gnu: plantuml: Update to 1.2020.15. --]
[-- Type: text/x-patch, Size: 1492 bytes --]

From d705ead7e172dea819a96cdb5fb4fb5caee93210 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Sat, 1 Aug 2020 07:14:44 +0200
Subject: [PATCH] gnu: plantuml: Update to 1.2020.15.

* gnu/packages/uml.scm (plantuml): Update to 1.2020.15.
---
 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 b3b4505938..ecf8fe0c45 100644
--- a/gnu/packages/uml.scm
+++ b/gnu/packages/uml.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2016 Theodoros Foradis <theodoros@foradis.org>
 ;;; Copyright © 2019 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -30,14 +31,14 @@
 (define-public plantuml
   (package
     (name "plantuml")
-    (version "1.2020.1")
+    (version "1.2020.15")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/plantuml/"
                                   version "/plantuml-" version ".tar.gz"))
               (sha256
                (base32
-                "1mywv4m6v1y2wpfz9vqriw6cdq1d2md5k2vf244ldbd9s6j45467"))))
+                "0n9zrdylc79kdzq7i42kd38bndrhgs7p24bmcm7l09nzv8w8j5r0"))))
     (build-system ant-build-system)
     (arguments
      `(#:tests? #f                      ; no tests
-- 
2.28.0


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#42642: [PATCH] gnu: plantuml: Update to 1.2020.15.
  2020-08-01  5:16 [bug#42642] [PATCH] gnu: plantuml: Update to 1.2020.15 Michael Rohleder
@ 2020-08-01  7:08 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2020-08-01  7:08 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 42642-done


> * gnu/packages/uml.scm (plantuml): Update to 1.2020.15.

Pushed, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-01  7:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-01  5:16 [bug#42642] [PATCH] gnu: plantuml: Update to 1.2020.15 Michael Rohleder
2020-08-01  7:08 ` bug#42642: " Mathieu Othacehe

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).