~ruther/guix-local

18cc69a8750e51e1fab1774a155a0e985efd1678 — Sharlatan Hellseher 3 months ago 3228266
gnu: python-statsmodels: Update to 0.14.5.

* gnu/packages/statistics.scm (python-statsmodels): Update to 0.14.5.

Change-Id: I071c163f68f0171d16c1fe9be85783c4d00bfca3
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/statistics.scm
M gnu/packages/statistics.scm => gnu/packages/statistics.scm +2 -2
@@ 1443,13 1443,13 @@ conformal prediction methods intervals.")
(define-public python-statsmodels
  (package
    (name "python-statsmodels")
    (version "0.14.4")
    (version "0.14.5")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "statsmodels" version))
       (sha256
        (base32 "0rwbi57ckg7hgrmdf0g1paqcvp5n6f06xfzrcz075p30j3ry0sax"))
        (base32 "1pvd3k3jr9akfl7zk90s7a2wmmikf8smmd9mz3fwxlngric0w9ny"))
       (modules '((guix build utils)))
       (snippet
        '(for-each delete-file (find-files "." "\\.c$")))))