This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 72393bca1b gnu: graphviz: Update to 14.1.1.
72393bca1b is described below
commit 72393bca1b1293737a03d213f4660420af0da0b9
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Fri Jan 2 03:36:46 2026 +0100
gnu: graphviz: Update to 14.1.1.
* gnu/packages/graphviz.scm (graphviz-14): New variable.
Change-Id: Ib5f1fccc93790d25c78521a51c92b1bd741ced2c
---
gnu/packages/graphviz.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index 568ad641a4..ed2a411604 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -129,6 +129,19 @@ interfaces for other technical domains.")
'((release-monitoring-url . "https://graphviz.org/download/source/")))
(license license:epl1.0)))
+(define-public graphviz-14
+ (package
+ (inherit graphviz)
+ (version "14.1.1")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://gitlab.com/api/v4/projects/4207231"
+ "/packages/generic/graphviz-releases/"
+ version "/graphviz-" version ".tar.xz"))
+ (sha256
+ (base32
+ "1c9nip42l4z9cprxbqkd39hbl74hzvzvrc06ghdnxfd5686dp1m7"))))))
+
(define-public graphviz-minimal
(package/inherit graphviz
(name "graphviz-minimal")