summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Monego <[email protected]>2025-02-09 01:52:21 +0000
committerAndreas Enge <[email protected]>2025-02-10 14:27:57 +0100
commit66b01927f861cce20ea6b6f07a885fe02615bb6d (patch)
tree4e80c40fe982a4104d0584c802dd9b1b0b064bec
parent19f092e8e8113d06de1fd8774513ace7796bc018 (diff)
gnu: python-cvxopt: Update to 1.3.2.
* gnu/packages/maths.scm (python-cvxopt): Update to 1.3.2. Change-Id: I7924821a69e092da529a5188df3d1b2e3f4eed49 Signed-off-by: Andreas Enge <[email protected]>
-rw-r--r--gnu/packages/maths.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index bfdad0eff3..47a81a510c 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -39,7 +39,7 @@
;;; Copyright © 2020 Vincent Legoll <[email protected]>
;;; Copyright © 2020 Nicolò Balzarotti <[email protected]>
;;; Copyright © 2020 B. Wilson <[email protected]>
-;;; Copyright © 2020, 2021 Vinicius Monego <[email protected]>
+;;; Copyright © 2020, 2021, 2025 Vinicius Monego <[email protected]>
;;; Copyright © 2020 Simon Tournier <[email protected]>
;;; Copyright © 2020 Martin Becze <[email protected]>
;;; Copyright © 2021 Gerd Heber <[email protected]>
@@ -3975,7 +3975,7 @@ self-contained C-extension for Python.")
(define-public python-cvxopt
(package
(name "python-cvxopt")
- (version "1.2.7")
+ (version "1.3.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3984,7 +3984,7 @@ self-contained C-extension for Python.")
(file-name (git-file-name name version))
(sha256
(base32
- "114z34wwx1bsv4q6xj9p5q99dffgnj9s4i4arx10g191xq9q8i5y"))))
+ "0vdfag3rr906w0gk7vxm2yxfy8y92i4wmqxi82cbykpfp5r82i36"))))
(build-system python-build-system)
(arguments
`(#:phases