gnu: python-aiosqlite: Update to 0.12.0.
* gnu/packages/databases.scm (python-aiosqlite): Update to 0.12.0. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
f224a8bb79
commit
4b800bff80
1 changed files with 2 additions and 2 deletions
|
@ -2743,14 +2743,14 @@ translate the complete SQLite API into Python.")
|
||||||
(define-public python-aiosqlite
|
(define-public python-aiosqlite
|
||||||
(package
|
(package
|
||||||
(name "python-aiosqlite")
|
(name "python-aiosqlite")
|
||||||
(version "0.11.0")
|
(version "0.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "aiosqlite" version))
|
(uri (pypi-uri "aiosqlite" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1f3zdldp9zgrw6qz5fsp3wa5zw73cjf139pj4vf24ryv895320jg"))))
|
"1w8248yz85xyzvvh4jaxnc59fqil45aka6h82kn1rcih4rjxbnn1"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-aiounittest" ,python-aiounittest)))
|
`(("python-aiounittest" ,python-aiounittest)))
|
||||||
|
|
Reference in a new issue