gnu: python-cvxopt: Update to 1.2.3.

* gnu/packages/maths.scm (python-cvxopt): Update to 1.2.3.
master
Tobias Geerinckx-Rice 2019-08-26 04:58:11 +02:00
parent 3ef664d082
commit a7c7015adb
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -246,7 +246,7 @@ triangulations.")
(define-public python-cvxopt
(package
(name "python-cvxopt")
(version "1.2.1")
(version "1.2.3")
(source (origin
(method git-fetch)
(uri (git-reference
@ -255,7 +255,7 @@ triangulations.")
(file-name (git-file-name name version))
(sha256
(base32
"05mnjil9palaa48xafdfh4f5pr4z7aqjr995rwl08qfyxs8y0crf"))))
"1kiy2m62xgs2d5id6dnnwy4vap85cd70p7pgkb9nh23qf9xnak7b"))))
(build-system python-build-system)
(arguments
`(#:phases