guix-commits
[Top][All Lists]
Advanced

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

01/17: gnu: graphviz: Add release-monitoring-url.


From: guix-commits
Subject: 01/17: gnu: graphviz: Add release-monitoring-url.
Date: Sat, 13 Aug 2022 13:26:48 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 91d8e1c5cd2b00e1d675ff5a8b36503f2ea0814a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 28 19:03:58 2022 +0200

    gnu: graphviz: Add release-monitoring-url.
    
    * gnu/packages/graphviz.scm (graphviz)[properties]: New field.
---
 gnu/packages/graphviz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index a49fe348e8..51c1de3932 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -128,6 +128,8 @@ way of representing structural information as diagrams of 
abstract graphs and
 networks.  It has important applications in networking, bioinformatics,
 software engineering, database and web design, machine learning, and in visual
 interfaces for other technical domains.")
+    (properties
+     '((release-monitoring-url . "https://graphviz.org/download/source/";)))
     (license license:epl1.0)))
 
 ;; Older Graphviz needed for pygraphviz.  See



reply via email to

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