GNU bug report logs - #53120
[PATCH 1/2] gnu: python-cvxopt: Update to 1.2.7.

Previous Next

Package: guix-patches;

Reported by: Felix Gruber <felgru <at> posteo.net>

Date: Fri, 7 Jan 2022 18:35:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Felix Gruber <felgru <at> posteo.net>
Subject: bug#53120: closed (Re: [bug#53120] [PATCH 1/2] gnu:
 python-cvxopt: Update to 1.2.7.)
Date: Wed, 12 Jan 2022 19:14:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#53120: [PATCH 1/2] gnu: python-cvxopt: Update to 1.2.7.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 53120 <at> debbugs.gnu.org.

-- 
53120: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53120
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Felix Gruber <felgru <at> posteo.net>
Cc: 53120-done <at> debbugs.gnu.org
Subject: Re: [bug#53120] [PATCH 1/2] gnu: python-cvxopt: Update to 1.2.7.
Date: Wed, 12 Jan 2022 14:13:19 -0500
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

[Message part 3 (message/rfc822, inline)]
From: Felix Gruber <felgru <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [PATCH 1/2] gnu: python-cvxopt: Update to 1.2.7.
Date: Fri,  7 Jan 2022 18:34:29 +0000
* 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




This bug report was last modified 3 years and 190 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.