aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-23 21:07:20 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-09-24 09:16:50 +0200
commit89ba5f9479a001c89872e42bd1ffdc82bf02b5f7 (patch)
treeaa28de7613a01f12c6b8bca2c19a22648203d1a6
parent26746c6719de490203705cd6791da7176a4319cf (diff)
downloadguix-89ba5f9479a001c89872e42bd1ffdc82bf02b5f7.tar
guix-89ba5f9479a001c89872e42bd1ffdc82bf02b5f7.tar.gz
gnu: plantuml: Update to 1.2020.17.
* gnu/packages/uml.scm (plantuml): Update to 1.2020.17.
-rw-r--r--gnu/packages/uml.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/uml.scm b/gnu/packages/uml.scm
index f231b28fe5..2bea4798f7 100644
--- a/gnu/packages/uml.scm
+++ b/gnu/packages/uml.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016 Theodoros Foradis <theodoros@foradis.org>
;;; Copyright © 2019 Arun Isaac <arunisaac@systemreboot.net>
-;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;;
;;; This file is part of GNU Guix.
@@ -31,14 +31,14 @@
(define-public plantuml
(package
(name "plantuml")
- (version "1.2020.16")
+ (version "1.2020.17")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/plantuml/"
version "/plantuml-" version ".tar.gz"))
(sha256
(base32
- "10ski6qq99rx98n5m9qs387c61jp40l7gqnbk290kay94x44phs7"))))
+ "031xqzqi2jh2kms6qjy9sv9m5mjvk887jz54dnrkvw5zgn6kv4hp"))))
(build-system ant-build-system)
(arguments
`(#:tests? #f ; no tests