mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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:
parent
3f033b6d9e
commit
d51a097460
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue