gnu: flint: Add 'release-monitoring-url' property.
* gnu/packages/algebra.scm (flint)[properties]: New field.
This commit is contained in:
parent
e6c01420db
commit
3b744e9975
1 changed files with 3 additions and 1 deletions
|
@ -464,7 +464,9 @@ (define-public flint
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue