me
/
guix
Archived
1
0
Fork 0

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
Lars-Dominik Braun 2020-04-21 10:34:30 +02:00 committed by Leo Famulari
parent f224a8bb79
commit 4b800bff80
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -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)))