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>master
parent
f224a8bb79
commit
4b800bff80
|
@ -2743,14 +2743,14 @@ translate the complete SQLite API into Python.")
|
|||
(define-public python-aiosqlite
|
||||
(package
|
||||
(name "python-aiosqlite")
|
||||
(version "0.11.0")
|
||||
(version "0.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "aiosqlite" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1f3zdldp9zgrw6qz5fsp3wa5zw73cjf139pj4vf24ryv895320jg"))))
|
||||
"1w8248yz85xyzvvh4jaxnc59fqil45aka6h82kn1rcih4rjxbnn1"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-aiounittest" ,python-aiounittest)))
|
||||
|
|
Reference in New Issue