gnu: python-tortoise-orm: Update to 0.19.1.

* gnu/packages/databases.scm (python-tortoise-orm): Update to 0.19.1.
This commit is contained in:
Marius Bakke 2022-06-14 21:34:19 +02:00
parent 3f033b6d9e
commit d51a097460
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2975,13 +2975,13 @@ (define-public python-aiomysql
(define-public python-tortoise-orm
(package
(name "python-tortoise-orm")
(version "0.17.8")
(version "0.19.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "tortoise-orm" version))
(sha256
(base32 "1gzgiypln7lck3p95vk3i8rdx1bjbmmlcpb8xpba8cjdjvlj0l0z"))))
(base32 "17yk71dlx5ai98i6ivqgsplkwivdxackz9jfn6z42bpcdgbpiwhg"))))
(build-system python-build-system)
;; The test suite relies on asynctest, which is abandoned and doesn't
;; support Python >= 3.8.