summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-08-26 04:58:11 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-08-26 05:02:51 +0200
commita7c7015adb7321764d133e5be514165cd902dd24 (patch)
tree262b91ce051f9137ea43a04cf918ab224d9e7c26 /gnu/packages
parent3ef664d08234814176059d619f27ab188cbde267 (diff)
downloadpatches-a7c7015adb7321764d133e5be514165cd902dd24.tar
patches-a7c7015adb7321764d133e5be514165cd902dd24.tar.gz
gnu: python-cvxopt: Update to 1.2.3.
* gnu/packages/maths.scm (python-cvxopt): Update to 1.2.3.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/maths.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 57deb15d7d..4a07b8e687 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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