gnu: python-peewee: Update to 3.9.6.

* gnu/packages/databases.scm (python-peewee): Update to 3.9.6.

Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
Hamzeh Nasajpour 2020-05-29 11:34:28 +04:30 committed by Marius Bakke
parent 85c331f7c1
commit f5edd85d86
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -2179,14 +2179,14 @@ on another machine, accessed via TCP/IP.")
(define-public python-peewee
(package
(name "python-peewee")
(version "2.10.2")
(version "3.9.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "peewee" version))
(sha256
(base32
"10f2mrd5hw6rjklrzaix2lsxlgc8vx3xak54arcy6yd791zhchi3"))))
"1j4sh946k0736m7pd54z0y6i2hjhgg3kdllx1pwq8xkzzcgrx1xw"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ; Fails to import test data