[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: isl: Add 'release-monitoring-url' property.
From: |
guix-commits |
Subject: |
03/05: gnu: isl: Add 'release-monitoring-url' property. |
Date: |
Sat, 19 Mar 2022 18:41:29 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit d93706aded452bd4c2ea28a3c45aef70006916aa
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Mar 19 22:44:31 2022 +0100
gnu: isl: Add 'release-monitoring-url' property.
* gnu/packages/gcc.scm (isl)[properties]: New field.
---
gnu/packages/gcc.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index a6a5c6197d..07466143fc 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -1200,6 +1200,7 @@ provides the GNU compiler for the Go programming
language."))
"old_library=''\n"))))))))
(inputs (list gmp))
(home-page "https://libisl.sourceforge.io/") ;https://repo.or.cz/w/isl.git
+ (properties `((release-monitoring-url . ,home-page)))
(synopsis
"Manipulating sets and relations of integer points \
bounded by linear constraints")