guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Update python-statsmodels to 0.11.1.


From: guix-commits
Subject: branch master updated: gnu: Update python-statsmodels to 0.11.1.
Date: Mon, 09 Mar 2020 08:01:52 -0400

This is an automated email from the git hooks/post-receive script.

roelj pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b657466  gnu: Update python-statsmodels to 0.11.1.
b657466 is described below

commit b6574660e3cbbeb88bd38c10ca9e0d069f51706f
Author: Roel Janssen <address@hidden>
AuthorDate: Sun Mar 8 23:16:34 2020 +0100

    gnu: Update python-statsmodels to 0.11.1.
    
    * gnu/packages/statistics.scm (python-statsmodels): Update to 0.11.1.
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 12d8a20..13d64be 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1880,14 +1880,14 @@ building design matrices.")
 (define-public python-statsmodels
   (package
     (name "python-statsmodels")
-    (version "0.9.0")
+    (version "0.11.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "statsmodels" version))
        (sha256
         (base32
-         "0fxs8a7sp4d7jvqlm36yi45i2d28kjfvraf9q8i9jr1chhxgjqb4"))))
+         "1w6mf8b86vizi2895j11szqryr2v1ckjig3wp9fv94aslfh3zpjv"))))
     (build-system python-build-system)
     (arguments
      `(;; The test suite is very large and rather brittle.  Tests often fail



reply via email to

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