[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/13: gnu: gf2x: Update to 1.3.0.
From: |
guix-commits |
Subject: |
03/13: gnu: gf2x: Update to 1.3.0. |
Date: |
Mon, 3 Oct 2022 11:19:17 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 795f90ea4e16068f7e5876a0c1e829b23c1827fe
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Oct 2 20:18:45 2022 -0400
gnu: gf2x: Update to 1.3.0.
* gnu/packages/algebra.scm (gf2x): Update to 1.3.0.
---
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 4d49e07cc5..9648809a4e 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -107,7 +107,7 @@ multiplication routines such as Toom–Cook and the FFT.")
(define-public gf2x
(package
(name "gf2x")
- (version "1.2")
+ (version "1.3.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -116,7 +116,7 @@ multiplication routines such as Toom–Cook and the FFT.")
(file-name (git-file-name name version))
(sha256
(base32
- "0521pkhwj7x6www4phraqzm9f7rdpi37vvmd33badkba17cdb40d"))))
+ "04g5jg0i4vz46b4w2dvbmahwzi3k6b8g515mfw7im1inc78s14id"))))
(build-system gnu-build-system)
(native-inputs (list autoconf automake libtool))
(synopsis "Arithmetic of polynomials over binary finite fields")
- branch master updated (aeaabc4253 -> 06201b76e5), guix-commits, 2022/10/03
- 03/13: gnu: gf2x: Update to 1.3.0.,
guix-commits <=
- 05/13: gnu: gappa: Update to 1.4.1., guix-commits, 2022/10/03
- 01/13: gnu-maintenance: Remove retired 'gforge.inria.fr' site., guix-commits, 2022/10/03
- 07/13: gnu: isl: Remove outdated comment., guix-commits, 2022/10/03
- 08/13: gnu: mpfi: Use gexps and remove input labels., guix-commits, 2022/10/03
- 10/13: gnu: Remove unused scotch patches., guix-commits, 2022/10/03
- 02/13: gnu: gf2x: Migrate from gforge.inria.fr to gitlab.inria.fr., guix-commits, 2022/10/03
- 04/13: gnu: gmp-ecm: Update to 7.0.5., guix-commits, 2022/10/03
- 06/13: gnu: gappa: Honor TESTS?., guix-commits, 2022/10/03
- 11/13: gnu: ocaml-dose3: Migrate from gforce.inria.fr., guix-commits, 2022/10/03
- 12/13: gnu: r-spams: Update to 2.6.1., guix-commits, 2022/10/03