[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: python-patsy: Update to 0.5.1.
From: |
guix-commits |
Subject: |
02/10: gnu: python-patsy: Update to 0.5.1. |
Date: |
Tue, 7 Jan 2020 12:20:04 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit aa8f64b2507bfef63b81db45cc6708e04de913d7
Author: Marius Bakke <address@hidden>
AuthorDate: Sat Dec 21 00:39:32 2019 +0100
gnu: python-patsy: Update to 0.5.1.
* gnu/packages/statistics.scm (python-patsy): Update to 0.5.1.
[source](uri): Adjust for new archive.
[native-inputs]: Remove UNZIP.
---
gnu/packages/statistics.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 536de0f..e7fd5bd 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1843,13 +1843,13 @@ and fast file reading.")
(define-public python-patsy
(package
(name "python-patsy")
- (version "0.4.1")
+ (version "0.5.1")
(source (origin
(method url-fetch)
- (uri (pypi-uri "patsy" version ".zip"))
+ (uri (pypi-uri "patsy" version))
(sha256
(base32
- "1m6knyq8hbqlx242y4da02j0x86j4qggs1j7q186w3jv0j0c476w"))))
+ "149rbrdzwns0ay88caf1zsm1r53v1q5np1mrb36na50y432cw5gi"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -1861,8 +1861,7 @@ and fast file reading.")
("python-scipy" ,python-scipy)
("python-six" ,python-six)))
(native-inputs
- `(("python-nose" ,python-nose)
- ("unzip" ,unzip)))
+ `(("python-nose" ,python-nose)))
(home-page "https://github.com/pydata/patsy")
(synopsis "Describe statistical models and build design matrices")
(description
- branch master updated (9020252 -> d2e1b2d), guix-commits, 2020/01/07
- 03/10: gnu: rocksdb: Update to 6.5.2., guix-commits, 2020/01/07
- 05/10: gnu: ungoogled-chromium: Do not set LD_LIBRARY_PATH in wrapper., guix-commits, 2020/01/07
- 01/10: gnu: googletest: Update to 1.10.0., guix-commits, 2020/01/07
- 02/10: gnu: python-patsy: Update to 0.5.1.,
guix-commits <=
- 06/10: gnu: ungoogled-chromium: Lower resource limits., guix-commits, 2020/01/07
- 07/10: gnu: colord: Adjust inputs., guix-commits, 2020/01/07
- 08/10: gnu: libgeotiff: Propagate proj., guix-commits, 2020/01/07
- 09/10: gnu: libgeotiff: Do not build static library., guix-commits, 2020/01/07
- 04/10: gnu: Ceph: Update to 14.2.5., guix-commits, 2020/01/07
- 10/10: gnu: appstream-glib: Fix test failure., guix-commits, 2020/01/07