guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-cvxopt: Update to 1.2.7.


From: guix-commits
Subject: 01/02: gnu: python-cvxopt: Update to 1.2.7.
Date: Wed, 12 Jan 2022 14:13:09 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 21bc72ad8132d41b551420dec6dda6142ccd21d9
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Fri Jan 7 18:34:29 2022 +0000

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



reply via email to

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