guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: plantuml: Update to 1.2020.17.


From: guix-commits
Subject: 03/03: gnu: plantuml: Update to 1.2020.17.
Date: Thu, 24 Sep 2020 03:17:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 89ba5f9479a001c89872e42bd1ffdc82bf02b5f7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Sep 23 21:07:20 2020 +0200

    gnu: plantuml: Update to 1.2020.17.
    
    * gnu/packages/uml.scm (plantuml): Update to 1.2020.17.
---
 gnu/packages/uml.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/uml.scm b/gnu/packages/uml.scm
index f231b28..2bea479 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]