mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libpoly: Update to 0.1.12.
* gnu/packages/maths.scm (libpoly): Update to 0.1.12.
This commit is contained in:
parent
d0d593cde2
commit
ae3a58cf84
1 changed files with 2 additions and 2 deletions
|
@ -7822,7 +7822,7 @@ (define-public cudd
|
|||
(define-public libpoly
|
||||
(package
|
||||
(name "libpoly")
|
||||
(version "0.1.11")
|
||||
(version "0.1.12")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -7831,7 +7831,7 @@ (define-public libpoly
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0qylmg30rklvg00a0h1b3pb52cj9ki98yd27cylihjhq2klh3dmy"))))
|
||||
"1cgdj7mxjyq4r2n852nxqacml90jm9irbvv27an0fmg7q4v1p2kb"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags #~(list "-DLIBPOLY_BUILD_PYTHON_API=off")))
|
||||
|
|
Loading…
Reference in a new issue