mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
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
|
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
|
||||||
|
|
Loading…
Reference in a new issue