me
/
guix
Archived
1
0
Fork 0

gnu: python-aiomysql: Update to 0.1.1.

* gnu/packages/databases.scm (python-aiomysql): Update to 0.1.1.
[build-system]: Change to pyproject-build-system.
master
Liliana Marie Prikler 2023-03-18 08:57:23 +01:00 committed by Ricardo Wurmus
parent 8d62db6b54
commit 3cc9e00473
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -3022,14 +3022,14 @@ protocol with Cython for performance.")
(define-public python-aiomysql (define-public python-aiomysql
(package (package
(name "python-aiomysql") (name "python-aiomysql")
(version "0.0.21") (version "0.1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "aiomysql" version)) (uri (pypi-uri "aiomysql" version))
(sha256 (sha256
(base32 "0b442d0jb82z3lk19ylmm64ix88ppz7gay08bxld538ivg06j5c1")))) (base32 "0zhhisf2bz2hv0vcklw45k54yr0f7gx61gnq4lc7vdp6v97nqs0d"))))
(build-system python-build-system) (build-system pyproject-build-system)
(arguments '(#:tests? #f)) ;test suite requires docker (arguments '(#:tests? #f)) ;test suite requires docker
(propagated-inputs (list python-pymysql)) (propagated-inputs (list python-pymysql))
(home-page "https://github.com/aio-libs/aiomysql") (home-page "https://github.com/aio-libs/aiomysql")