mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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>
This commit is contained in:
parent
f1d37df982
commit
350edefe68
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue