unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#53120] [PATCH 1/2] gnu: python-cvxopt: Update to 1.2.7.
@ 2022-01-07 18:34 Felix Gruber
  2022-01-07 18:36 ` [bug#53120] [PATCH 2/2] gnu: Remove python2-cvxopt Felix Gruber
  2022-01-12 19:13 ` bug#53120: [PATCH 1/2] gnu: python-cvxopt: Update to 1.2.7 Leo Famulari
  0 siblings, 2 replies; 3+ messages in thread
From: Felix Gruber @ 2022-01-07 18:34 UTC (permalink / raw)
  To: 53120; +Cc: Felix Gruber

* gnu/packages/maths.scm (python-cvxopt): Update to 1.2.7.
---
 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 b0944f307b..5e5f6351b5 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
-- 
2.30.2





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#53120] [PATCH 2/2] gnu: Remove python2-cvxopt.
  2022-01-07 18:34 [bug#53120] [PATCH 1/2] gnu: python-cvxopt: Update to 1.2.7 Felix Gruber
@ 2022-01-07 18:36 ` Felix Gruber
  2022-01-12 19:13 ` bug#53120: [PATCH 1/2] gnu: python-cvxopt: Update to 1.2.7 Leo Famulari
  1 sibling, 0 replies; 3+ messages in thread
From: Felix Gruber @ 2022-01-07 18:36 UTC (permalink / raw)
  To: 53120; +Cc: Felix Gruber

* gnu/packages/maths.scm (python2-cvxopt): Remove variable.
---
 gnu/packages/maths.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 5e5f6351b5..6ab756a5ef 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -357,9 +357,6 @@ extensive standard library and on the strengths of Python as a high-level
 programming language.")
     (license license:gpl3+)))
 
-(define-public python2-cvxopt
-  (package-with-python2 python-cvxopt))
-
 (define-public units
   (package
    (name "units")
-- 
2.30.2





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#53120: [PATCH 1/2] gnu: python-cvxopt: Update to 1.2.7.
  2022-01-07 18:34 [bug#53120] [PATCH 1/2] gnu: python-cvxopt: Update to 1.2.7 Felix Gruber
  2022-01-07 18:36 ` [bug#53120] [PATCH 2/2] gnu: Remove python2-cvxopt Felix Gruber
@ 2022-01-12 19:13 ` Leo Famulari
  1 sibling, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2022-01-12 19:13 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 53120-done

On Fri, Jan 07, 2022 at 06:34:29PM +0000, Felix Gruber wrote:
> * gnu/packages/maths.scm (python-cvxopt): Update to 1.2.7.

Thanks! I pushed the patch series as commit
cc4553c6b352146604484a177e59b4ba7eec19f2




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-12 19:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-07 18:34 [bug#53120] [PATCH 1/2] gnu: python-cvxopt: Update to 1.2.7 Felix Gruber
2022-01-07 18:36 ` [bug#53120] [PATCH 2/2] gnu: Remove python2-cvxopt Felix Gruber
2022-01-12 19:13 ` bug#53120: [PATCH 1/2] gnu: python-cvxopt: Update to 1.2.7 Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).