lbraun pushed a commit to branch wip-python-pep517
in repository guix.
commit 4da59f9bbd240f8ef3b7bd352715597b138506c2
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Sun Jan 9 12:09:12 2022 +0100
gnu: python-cvxopt: Update to 1.2.7.
Previous version did not support Python 3.9.
* gnu/packages/maths.scm (python-cvxopt): Update to 1.2.7.
---
gnu/packages/maths.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index cde6b4d4c6..78fb63d82c 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -316,7 +316,7 @@ triangulations.")
(define-public python-cvxopt
(package
(name "python-cvxopt")
- (version "1.2.3")
+ (version "1.2.7")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -325,7 +325,7 @@ triangulations.")
(file-name (git-file-name name version))
(sha256
(base32
- "1kiy2m62xgs2d5id6dnnwy4vap85cd70p7pgkb9nh23qf9xnak7b"))))
+ "114z34wwx1bsv4q6xj9p5q99dffgnj9s4i4arx10g191xq9q8i5y"))))
(build-system python-build-system)
(arguments
`(#:phases