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


From: guix-commits
Subject: branch master updated: gnu: plantuml: Update to 1.2022.3.
Date: Thu, 31 Mar 2022 10:53:04 -0400

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

efraim pushed a commit to branch master
in repository guix.

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

commit c5ffc9b65d2724aa52615dbe8be7490f615564f1
Author: Collin J. Doering <collin@rekahsoft.ca>
AuthorDate: Wed Mar 30 18:39:17 2022 -0400

    gnu: plantuml: Update to 1.2022.3.
    
    * gnu/packages/uml.scm (plantuml): Update to 1.2022.3.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 83f10a08a1..603bbd0678 100644
--- a/gnu/packages/uml.scm
+++ b/gnu/packages/uml.scm
@@ -31,14 +31,14 @@
 (define-public plantuml
   (package
     (name "plantuml")
-    (version "1.2020.24")
+    (version "1.2022.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/plantuml/"
                                   version "/plantuml-" version ".tar.gz"))
               (sha256
                (base32
-                "1czjrsngy0j0lgbmvfzg1ax13vzba2c6ybmfbzqyvnasx4rfrsf8"))))
+                "1k5c97iicdvamkcdaz7c2b79qaciz5gvgs7n67as7hcbm2q85q3b"))))
     (build-system ant-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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