all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Roel Janssen <roel@gnu.org>
To: 39990@debbugs.gnu.org
Subject: [bug#39990] [PATCH] gnu: Update python-statsmodels to 0.11.1.
Date: Sun, 08 Mar 2020 23:19:06 +0100	[thread overview]
Message-ID: <a33ad57e7efad83a927b5354ce91e0844bbbdf32.camel@gnu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 246 bytes --]

Dear Guix,

I'd like to update python-statsmodels because I'm packaging something
that requires a newer version.

The patch is trivial, but I'm unsure whether it would trigger too many
rebuilds.  How do I check this?

Kind regards,
Roel Janssen


[-- Attachment #2: 0001-gnu-Update-python-statsmodels-to-0.11.1.patch --]
[-- Type: text/x-patch, Size: 1136 bytes --]

From d093fc2baac1102685b4d14bd8bfed2d20da2545 Mon Sep 17 00:00:00 2001
From: Roel Janssen <roel@gnu.org>
Date: Sun, 8 Mar 2020 23:16:34 +0100
Subject: [PATCH] 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 12d8a20766..13d64be498 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
-- 
2.25.1


             reply	other threads:[~2020-03-08 22:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-08 22:19 Roel Janssen [this message]
2020-03-09 10:45 ` [bug#39990] [PATCH] gnu: Update python-statsmodels to 0.11.1 Efraim Flashner
2020-03-09 11:20   ` Roel Janssen
2020-03-09 11:47     ` Efraim Flashner
2020-03-09 12:04       ` bug#39990: " Roel Janssen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a33ad57e7efad83a927b5354ce91e0844bbbdf32.camel@gnu.org \
    --to=roel@gnu.org \
    --cc=39990@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.