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
parent
8d62db6b54
commit
3cc9e00473
|
@ -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")
|
||||||
|
|
Reference in New Issue