gnu: flint: Add 'release-monitoring-url' property.
* gnu/packages/algebra.scm (flint)[properties]: New field.
parent
e6c01420db
commit
3b744e9975
|
@ -464,7 +464,9 @@ GCDs, factoring, solving linear systems, and evaluating special
|
||||||
functions. In addition, FLINT provides various low-level routines for
|
functions. In addition, FLINT provides various low-level routines for
|
||||||
fast arithmetic.")
|
fast arithmetic.")
|
||||||
(license license:lgpl2.1+)
|
(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
|
(define-public arb
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue