Archived
1
0
Fork 0

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 (define-public python-peewee
(package (package
(name "python-peewee") (name "python-peewee")
(version "2.10.2") (version "3.9.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "peewee" version)) (uri (pypi-uri "peewee" version))
(sha256 (sha256
(base32 (base32
"10f2mrd5hw6rjklrzaix2lsxlgc8vx3xak54arcy6yd791zhchi3")))) "1j4sh946k0736m7pd54z0y6i2hjhgg3kdllx1pwq8xkzzcgrx1xw"))))
(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