diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2025-11-08 22:23:51 -0300 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-12-03 11:40:22 +0100 |
| commit | 350edefe683d73dc052a4cbbc6f829f8058cdefa (patch) | |
| tree | b77c53faecc3805b3f23ea7bf0a431071939a491 /gnu | |
| parent | f1d37df982c732aaeff9a62d66292ac96524f7a9 (diff) | |
gnu: primesieve: Update to 12.10
* gnu/packages/maths.scm(primesieve): Update to 12.10.
Change-Id: I1ba241afbba68d974570694d044ec3e14f58a425
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 6e41b4fdc86..6a509124c62 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -4304,7 +4304,7 @@ optimized implementations of the combinatorial prime counting algorithms.") (define-public primesieve (package (name "primesieve") - (version "12.9") + (version "12.10") (source (origin (method git-fetch) @@ -4314,7 +4314,7 @@ optimized implementations of the combinatorial prime counting algorithms.") (file-name (git-file-name name version)) (sha256 (base32 - "0y81k9ql0mcd43vsli2a5z0d76p9mkz0dlddksvvrid41qqsjhf4")))) + "0vlhhrylv63dmcf9kgsg15596pj06iflfnvjph3w8zlfaajwv9gd")))) (build-system cmake-build-system) (arguments (list |
