gnu: python-peewee: Update to 2.10.2.

* gnu/packages/databases.scm (python-peewee): Update to 2.10.2.
This commit is contained in:
Tobias Geerinckx-Rice 2017-10-22 15:57:02 +02:00
parent 6a4ad78dd6
commit afd845368a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1582,14 +1582,14 @@ (define-public libpqxx
(define-public python-peewee (define-public python-peewee
(package (package
(name "python-peewee") (name "python-peewee")
(version "2.8.3") (version "2.10.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "peewee" version)) (uri (pypi-uri "peewee" version))
(sha256 (sha256
(base32 (base32
"1605bk11s7aap2q4qyba93rx7yfh8b11kk0cqi08z8klx2iar8yd")))) "10f2mrd5hw6rjklrzaix2lsxlgc8vx3xak54arcy6yd791zhchi3"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f)) ; Fails to import test data `(#:tests? #f)) ; Fails to import test data