guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: plantuml: Update to 1.2020.24.


From: guix-commits
Subject: branch master updated: gnu: plantuml: Update to 1.2020.24.
Date: Thu, 24 Dec 2020 15:57:16 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8879588  gnu: plantuml: Update to 1.2020.24.
8879588 is described below

commit 88795880d79993e18e0ea5b2c90a3dcf7488d16b
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sun Dec 20 09:39:26 2020 +0100

    gnu: plantuml: Update to 1.2020.24.
    
    * gnu/packages/uml.scm (plantuml): Update to 1.2020.24.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 2202316..ad766be 100644
--- a/gnu/packages/uml.scm
+++ b/gnu/packages/uml.scm
@@ -31,14 +31,14 @@
 (define-public plantuml
   (package
     (name "plantuml")
-    (version "1.2020.19")
+    (version "1.2020.24")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/plantuml/"
                                   version "/plantuml-" version ".tar.gz"))
               (sha256
                (base32
-                "0ja2f72x2qd11pkgh1qj6k03yq9ljwsvd6lh84nndwhrbdj5vns7"))))
+                "1czjrsngy0j0lgbmvfzg1ax13vzba2c6ybmfbzqyvnasx4rfrsf8"))))
     (build-system ant-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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