guix_mirror_bot pushed a commit to branch master
in repository guix.
commit ed5f5d471fecfba26e4380e6dd9388adb80f77c9
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Sep 22 11:36:47 2025 +0200
gnu: Remove arb.
* gnu/packages/algebra.scm (arb): Delete variable.
Change-Id: Ie7c274832c083e61c77dab4d9f6a51bcae111844
---
gnu/packages/algebra.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index b9746be330..4ee152d1e7 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -530,9 +530,6 @@ fast arithmetic.")
(properties
'((release-monitoring-url . "http://flintlib.org/downloads.html")))))
-(define-public arb
- (deprecated-package "arb" flint))
-
(define-public python-flint
(package
(name "python-flint")