diff options
author | Felix Gruber <felgru@posteo.net> | 2022-01-07 18:34:29 +0000 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-01-12 14:12:47 -0500 |
commit | 21bc72ad8132d41b551420dec6dda6142ccd21d9 (patch) | |
tree | 5ee569865f46b04081205212d092b63be1bfbca9 /gnu | |
parent | 333361f21d31aa87146d011c7739b33fccf0aa00 (diff) | |
download | guix-21bc72ad8132d41b551420dec6dda6142ccd21d9.tar.gz guix-21bc72ad8132d41b551420dec6dda6142ccd21d9.zip |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index ceafa4f7c8..7886ad3836 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -319,7 +319,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 @@ -328,7 +328,7 @@ triangulations.") (file-name (git-file-name name version)) (sha256 (base32 - "1kiy2m62xgs2d5id6dnnwy4vap85cd70p7pgkb9nh23qf9xnak7b")))) + "114z34wwx1bsv4q6xj9p5q99dffgnj9s4i4arx10g191xq9q8i5y")))) (build-system python-build-system) (arguments `(#:phases |