guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: plantuml: Update to 1.2020.16.


From: guix-commits
Subject: 02/02: gnu: plantuml: Update to 1.2020.16.
Date: Fri, 18 Sep 2020 05:18:41 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 6182897c98e11676b9a370da297a688c311f4cab
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Fri Sep 18 05:26:27 2020 +0200

    gnu: plantuml: Update to 1.2020.16.
    
    * gnu/packages/uml.scm (plantuml): Update to 1.2020.16.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 ecf8fe0..f231b28 100644
--- a/gnu/packages/uml.scm
+++ b/gnu/packages/uml.scm
@@ -31,14 +31,14 @@
 (define-public plantuml
   (package
     (name "plantuml")
-    (version "1.2020.15")
+    (version "1.2020.16")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/plantuml/"
                                   version "/plantuml-" version ".tar.gz"))
               (sha256
                (base32
-                "0n9zrdylc79kdzq7i42kd38bndrhgs7p24bmcm7l09nzv8w8j5r0"))))
+                "10ski6qq99rx98n5m9qs387c61jp40l7gqnbk290kay94x44phs7"))))
     (build-system ant-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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