gnu: primecount: Update to 7.19.

* gnu/packages/maths.scm (primecount): Update to 7.19.

Change-Id: I6c9787f95f57b2a5f3e860b1e6072d1a9ebdf02f
This commit is contained in:
Vinicius Monego 2025-06-19 22:44:10 -03:00
parent 5ee8d4de0e
commit e76f35fd11
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -4066,7 +4066,7 @@ functions.")
(define-public primecount
(package
(name "primecount")
(version "7.14")
(version "7.19")
(source (origin
(method git-fetch)
(uri (git-reference
@ -4075,7 +4075,7 @@ functions.")
(file-name (git-file-name name version))
(sha256
(base32
"097p3wfq6ds56275cra678hzg8cp2vd1ccllsi8wczrf0qvq91rp"))))
"1yjqk0q04d8kqkal5vahyfgwas1sz8h3scmk27sr128jcc1cvcx6"))))
(build-system cmake-build-system)
(arguments
(list #:configure-flags #~(list "-DBUILD_LIBPRIMESIEVE=OFF"