guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: python-statsmodels: Update to 0.13.1.


From: guix-commits
Subject: 02/05: gnu: python-statsmodels: Update to 0.13.1.
Date: Wed, 22 Dec 2021 14:18:35 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 8cc1aa7d1e7f19561e7e9394fc121230f262359d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 22 11:46:47 2021 +0200

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

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index fbe5cdb..b94826b 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1963,14 +1963,13 @@ building design matrices.")
 (define-public python-statsmodels
   (package
     (name "python-statsmodels")
-    (version "0.11.1")
+    (version "0.13.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "statsmodels" version))
        (sha256
-        (base32
-         "1w6mf8b86vizi2895j11szqryr2v1ckjig3wp9fv94aslfh3zpjv"))
+        (base32 "0sbsyxgpzhys5padhkhrj71z4i1q41sm938pz0x8ff6jjvcchvh0"))
        (modules '((guix build utils)))
        (snippet
         '(begin



reply via email to

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