guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/11: gnu: python-cvxopt: Update to 1.2.3.


From: guix-commits
Subject: 10/11: gnu: python-cvxopt: Update to 1.2.3.
Date: Sun, 25 Aug 2019 23:05:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a7c7015adb7321764d133e5be514165cd902dd24
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Aug 26 04:58:11 2019 +0200

    gnu: python-cvxopt: Update to 1.2.3.
    
    * gnu/packages/maths.scm (python-cvxopt): Update to 1.2.3.
---
 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 57deb15..4a07b8e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -246,7 +246,7 @@ triangulations.")
 (define-public python-cvxopt
   (package
     (name "python-cvxopt")
-    (version "1.2.1")
+    (version "1.2.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -255,7 +255,7 @@ triangulations.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "05mnjil9palaa48xafdfh4f5pr4z7aqjr995rwl08qfyxs8y0crf"))))
+                "1kiy2m62xgs2d5id6dnnwy4vap85cd70p7pgkb9nh23qf9xnak7b"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]