gnu: python-patsy: Update to 0.4.1.

* gnu/packages/statistics.scm (python-patsy, python2-patsy): Update to 0.4.1.
master
Efraim Flashner 2016-02-22 20:05:45 +02:00
parent 260795b736
commit f4cd2ceabd
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,8 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015, 2016 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015 Vicente Vera Parra <vicentemvp@gmail.com>
;;; Copyright ©2016 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2016 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;
@ -945,14 +946,13 @@ and fast file reading.")
(define-public python-patsy
(package
(name "python-patsy")
(version "0.4.0")
(version "0.4.1")
(source (origin
(method url-fetch)
(uri (string-append "https://pypi.python.org/packages/source/"
"p/patsy/patsy-" version ".zip"))
(uri (pypi-uri "patsy" version ".zip"))
(sha256
(base32
"1kbs996xc2haxalmhd19rr1wh5fa4gbbxf81czkf5w4kam7h7wz4"))))
"1m6knyq8hbqlx242y4da02j0x86j4qggs1j7q186w3jv0j0c476w"))))
(build-system python-build-system)
(arguments
`(#:phases