me
/
guix
Archived
1
0
Fork 0

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>
Felix Gruber 2022-01-07 18:34:29 +00:00 committed by Leo Famulari
parent 333361f21d
commit 21bc72ad81
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -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