gnu: primesieve: Update to 12.9.

* gnu/packages/maths.scm (primesieve): Update to 12.9.

Change-Id: I63abf2f9cca48fe0138739b56b9de70905a560d4
This commit is contained in:
Vinicius Monego 2025-06-19 22:40:42 -03:00
parent 26432cb2eb
commit 5ee8d4de0e
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -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"