mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: primecount: Update to 7.19.
* gnu/packages/maths.scm (primecount): Update to 7.19. Change-Id: I6c9787f95f57b2a5f3e860b1e6072d1a9ebdf02f
This commit is contained in:
parent
5ee8d4de0e
commit
e76f35fd11
1 changed files with 2 additions and 2 deletions
|
@ -4066,7 +4066,7 @@ functions.")
|
||||||
(define-public primecount
|
(define-public primecount
|
||||||
(package
|
(package
|
||||||
(name "primecount")
|
(name "primecount")
|
||||||
(version "7.14")
|
(version "7.19")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -4075,7 +4075,7 @@ functions.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"097p3wfq6ds56275cra678hzg8cp2vd1ccllsi8wczrf0qvq91rp"))))
|
"1yjqk0q04d8kqkal5vahyfgwas1sz8h3scmk27sr128jcc1cvcx6"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags #~(list "-DBUILD_LIBPRIMESIEVE=OFF"
|
(list #:configure-flags #~(list "-DBUILD_LIBPRIMESIEVE=OFF"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue