guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/15: gnu: python-tortoise-orm: Update to 0.19.1.


From: guix-commits
Subject: 13/15: gnu: python-tortoise-orm: Update to 0.19.1.
Date: Tue, 14 Jun 2022 17:36:20 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit d51a097460260341da8fad715f25ba39f4a0b779
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jun 14 21:34:19 2022 +0200

    gnu: python-tortoise-orm: Update to 0.19.1.
    
    * gnu/packages/databases.scm (python-tortoise-orm): Update to 0.19.1.
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 8e7c67d5c7..c3c7e339d5 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2975,13 +2975,13 @@ of PyMySQL.  @code{aiomysql} tries to preserve the same 
API as the
 (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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]