guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 03c688575f5bc10a5d19dea6c6b3088a51c5b316
Author: Andreas Enge <[email protected]>
AuthorDate: Fri Dec 19 13:41:23 2025 +0100

    gnu: flint: Update to 3.3.1.
    
    * gnu/packages/algebra.scm (flint): Update to 3.3.1.
    
    Change-Id: If8ca230f1571e64283ee7fd85bc8a0389f698e3f
---
 gnu/packages/algebra.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index a50160043b..644c2d3f39 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -498,14 +498,14 @@ or text interfaces) or as a C++ library.")
 (define-public flint
   (package
    (name "flint")
-   (version "3.2.2")
+   (version "3.3.1")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "https://flintlib.org/download/flint-";
                           version ".tar.gz"))
       (sha256
-       (base32 "09cypha859dhwqkw44ixr07p83ax5vb45jkaf535lrhpg9gn8c4j"))))
+       (base32 "1yzasdcv90f6w926p9g92cli2daxvb0mh2s1w1qskkvn618hxmv4"))))
    (build-system gnu-build-system)
    (propagated-inputs
     (list gmp mpfr)) ; header files included by flint.h or mpfr_mat.h

Reply via email to