me
/
guix
Archived
1
0
Fork 0

gnu: flint: Add 'release-monitoring-url' property.

* gnu/packages/algebra.scm (flint)[properties]: New field.
Ludovic Courtès 2023-01-23 18:22:52 +01:00
parent e6c01420db
commit 3b744e9975
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 1 deletions

View File

@ -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