mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: primesieve: Update to 12.9.
* gnu/packages/maths.scm (primesieve): Update to 12.9. Change-Id: I63abf2f9cca48fe0138739b56b9de70905a560d4
This commit is contained in:
parent
26432cb2eb
commit
5ee8d4de0e
1 changed files with 2 additions and 2 deletions
|
@ -4097,7 +4097,7 @@ optimized implementations of the combinatorial prime counting algorithms.")
|
|||
(define-public primesieve
|
||||
(package
|
||||
(name "primesieve")
|
||||
(version "12.3")
|
||||
(version "12.9")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -4106,7 +4106,7 @@ optimized implementations of the combinatorial prime counting algorithms.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lxvs1jgch0zgpa5axx6zlvgab4rmm3lqpbah75072xpj8ndhhld"))))
|
||||
"0y81k9ql0mcd43vsli2a5z0d76p9mkz0dlddksvvrid41qqsjhf4"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags #~(list "-DBUILD_STATIC_LIBS=off"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue