[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-statsmodels: Update home-page url.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-statsmodels: Update home-page url. |
Date: |
Fri, 29 Mar 2024 12:30:02 -0400 |
This is an automated email from the git hooks/post-receive script.
jgart pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 82d33ff33c gnu: python-statsmodels: Update home-page url.
82d33ff33c is described below
commit 82d33ff33c9600896442dd4b88547c094dfcbb0f
Author: jgart <jgart@dismail.de>
AuthorDate: Tue Dec 12 22:11:11 2023 -0600
gnu: python-statsmodels: Update home-page url.
* gnu/packages/statistics.scm (home-page): Update home-page url.
[home-page]: Add package associated versioning to project website url.
Change-Id: I0909674d0f8c502aa55f4f7423308bd0eaaaf52e
---
gnu/packages/statistics.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index d7476d70bf..88ed6fab64 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2437,7 +2437,8 @@ sampler for Markov chain Monte Carlo (MCMC).")
python-pytest-randomly
python-pytest-xdist
python-setuptools-scm))
- (home-page "https://statsmodels.sourceforge.net/")
+ (home-page
+ (string-append "https://www.statsmodels.org/v" version "/"))
(synopsis "Statistical modeling and econometrics in Python")
(description
"Statsmodels is a Python package that provides a complement to scipy for
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-statsmodels: Update home-page url.,
guix-commits <=