mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: primesieve: Update to 12.3.
* gnu/packages/maths.scm (primesieve): Update to 12.3. Change-Id: Ie98e370f2467fd9e9c24e6bfb99b809011ee104a
This commit is contained in:
parent
ae8b2caf11
commit
f4ad32bfb4
1 changed files with 2 additions and 2 deletions
|
@ -1459,7 +1459,7 @@ (define-public hmat
|
|||
(define-public primesieve
|
||||
(package
|
||||
(name "primesieve")
|
||||
(version "11.1")
|
||||
(version "12.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1468,7 +1468,7 @@ (define-public primesieve
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ja3kxvpya7bwrib40hnyahsiiiavf65ppk7i7afvc093b7gg9bg"))))
|
||||
"1lxvs1jgch0zgpa5axx6zlvgab4rmm3lqpbah75072xpj8ndhhld"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags #~(list "-DBUILD_STATIC_LIBS=off"
|
||||
|
|
Loading…
Reference in a new issue