guix-commits
[Top][All Lists]
Advanced

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

10/11: gnu: tcl-tls: Add 'release-monitoring-url' and 'upstream-name' pr


From: guix-commits
Subject: 10/11: gnu: tcl-tls: Add 'release-monitoring-url' and 'upstream-name' properties.
Date: Fri, 6 May 2022 09:23:57 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4a3f8994f42fbdb601e725bde648a765f70ed783
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri May 6 15:16:28 2022 +0200

    gnu: tcl-tls: Add 'release-monitoring-url' and 'upstream-name' properties.
    
    * gnu/packages/tcl.scm (tcl-tls)[properties]: New field.
---
 gnu/packages/tcl.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm
index 2c4576aed9..9dceee7184 100644
--- a/gnu/packages/tcl.scm
+++ b/gnu/packages/tcl.scm
@@ -473,6 +473,10 @@ debugging tools.")
 @code{Tcl_StackChannel} API for Tcl 8.2 and higher.  The sockets behave
 exactly the same as channels created using Tcl's built-in socket command with
 additional options for controlling the SSL session.")
+    (properties
+     '((release-monitoring-url
+        . "https://core.tcl-lang.org/tcltls/wiki/Download";)
+       (upstream-name . "tcltls")))
     (license license:public-domain)))
 
 (define-public go-github.com-nsf-gothic



reply via email to

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