~ruther/guix-local

66b01927f861cce20ea6b6f07a885fe02615bb6d — Vinicius Monego 1 year, 21 days ago 19f092e
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 <andreas@enge.fr>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +3 -3
@@ 39,7 39,7 @@
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2020 Nicolò Balzarotti <nicolo@nixo.xyz>
;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com>
;;; Copyright © 2020, 2021 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2020, 2021, 2025 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2020 Simon Tournier <zimon.toutoune@gmail.com>
;;; Copyright © 2020 Martin Becze <mjbecze@riseup.net>
;;; Copyright © 2021 Gerd Heber <gerd.heber@gmail.com>


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