jgart pushed a commit to branch master
in repository guix.
commit 07293655b77619b61bd25abe692d0218c3d8142b
Author: jgart <[email protected]>
AuthorDate: Thu Jul 25 16:51:21 2024 -0500
gnu: plantuml: Update to 1.2024.6.
* gnu/packages/uml.scm (plantuml): Update to 1.2024.6.
[source]: Update uri.
Change-Id: I5106370fb4687a9e46dd5d5eacb926e7e5ef736d
---
gnu/packages/uml.scm | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/uml.scm b/gnu/packages/uml.scm
index 77d6c30b6d..f957b2a5ae 100644
--- a/gnu/packages/uml.scm
+++ b/gnu/packages/uml.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2019 Arun Isaac <[email protected]>
;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2020 Michael Rohleder <[email protected]>
-;;; Copyright © 2022 jgart <[email protected]>
+;;; Copyright © 2022, 2024 jgart <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -24,6 +24,7 @@
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix packages)
#:use-module (guix download)
+ #:use-module (guix git-download)
#:use-module (guix utils)
#:use-module (guix build-system ant)
#:use-module (gnu packages graphviz)
@@ -32,14 +33,15 @@
(define-public plantuml
(package
(name "plantuml")
- (version "1.2023.7")
+ (version "1.2024.6")
(source (origin
- (method url-fetch)
- (uri (string-append "mirror://sourceforge/plantuml/"
- version "/plantuml-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/plantuml/plantuml/")
+ (commit (string-append "v" version))))
(sha256
(base32
- "0680hlhmwvzp1fw3zdsmy2x4szdhpdjgk028674fg3hwzwk5fv40"))))
+ "0h6hk34x5qc8cyqlw90wnakji8w6n9bykpr3dygvfwg2kvw5rhlv"))))
(build-system ant-build-system)
(arguments
`(#:tests? #f ; no tests