gnu: python-cvxopt: Update to 1.2.7.
* gnu/packages/maths.scm (python-cvxopt): Update to 1.2.7. Signed-off-by: Leo Famulari <leo@famulari.name>
parent
333361f21d
commit
21bc72ad81
|
@ -319,7 +319,7 @@ triangulations.")
|
||||||
(define-public python-cvxopt
|
(define-public python-cvxopt
|
||||||
(package
|
(package
|
||||||
(name "python-cvxopt")
|
(name "python-cvxopt")
|
||||||
(version "1.2.3")
|
(version "1.2.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -328,7 +328,7 @@ triangulations.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kiy2m62xgs2d5id6dnnwy4vap85cd70p7pgkb9nh23qf9xnak7b"))))
|
"114z34wwx1bsv4q6xj9p5q99dffgnj9s4i4arx10g191xq9q8i5y"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in New Issue