[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: flint: Add 'release-monitoring-url' property.
From: |
guix-commits |
Subject: |
03/07: gnu: flint: Add 'release-monitoring-url' property. |
Date: |
Mon, 23 Jan 2023 17:54:36 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 3b744e9975afd855cb9b1f157b12b9be577b04b2
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jan 23 18:22:52 2023 +0100
gnu: flint: Add 'release-monitoring-url' property.
* gnu/packages/algebra.scm (flint)[properties]: New field.
---
gnu/packages/algebra.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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
- branch master updated (9e4f1f8c33 -> f912d5c740), guix-commits, 2023/01/23
- 02/07: channels: 'channel->code' emits 'channel' field only when necessary., guix-commits, 2023/01/23
- 01/07: import: opam: Do not crash when description is missing., guix-commits, 2023/01/23
- 05/07: doc: Fix incorrect use of @defvar., guix-commits, 2023/01/23
- 06/07: doc: Use @defvar instead of @defvr for Scheme variables., guix-commits, 2023/01/23
- 07/07: doc: Substitute @deffn usage with @defvar for Scheme variables., guix-commits, 2023/01/23
- 04/07: doc: Document the 'release-monitoring-url' package property., guix-commits, 2023/01/23
- 03/07: gnu: flint: Add 'release-monitoring-url' property.,
guix-commits <=