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 @@ of PyMySQL. @code{aiomysql} tries to preserve the same API as the
(define-public python-tortoise-orm (define-public python-tortoise-orm
(package (package
(name "python-tortoise-orm") (name "python-tortoise-orm")
(version "0.17.8") (version "0.19.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "tortoise-orm" version)) (uri (pypi-uri "tortoise-orm" version))
(sha256 (sha256
(base32 "1gzgiypln7lck3p95vk3i8rdx1bjbmmlcpb8xpba8cjdjvlj0l0z")))) (base32 "17yk71dlx5ai98i6ivqgsplkwivdxackz9jfn6z42bpcdgbpiwhg"))))
(build-system python-build-system) (build-system python-build-system)
;; The test suite relies on asynctest, which is abandoned and doesn't ;; The test suite relies on asynctest, which is abandoned and doesn't
;; support Python >= 3.8. ;; support Python >= 3.8.