diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-01-23 18:22:52 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-01-23 23:23:08 +0100 |
commit | 3b744e9975afd855cb9b1f157b12b9be577b04b2 (patch) | |
tree | 02e12aeff1d355c3580305763daadf7c9b4264fa /gnu/packages/algebra.scm | |
parent | e6c01420dbe88fc948c0b6755edbdc6a2ad18fe0 (diff) |
gnu: flint: Add 'release-monitoring-url' property.
* gnu/packages/algebra.scm (flint)[properties]: New field.
Diffstat (limited to 'gnu/packages/algebra.scm')
-rw-r--r-- | gnu/packages/algebra.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index e266647c73..f9304fb616 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -464,7 +464,9 @@ GCDs, factoring, solving linear systems, and evaluating special functions. In addition, FLINT provides various low-level routines for fast arithmetic.") (license license:lgpl2.1+) - (home-page "http://flintlib.org/"))) + (home-page "http://flintlib.org/") + (properties + '((release-monitoring-url . "http://flintlib.org/downloads.html"))))) (define-public arb (package |