mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-databases: Update to 0.7.0.
* gnu/packages/databases.scm (python-databases): Update to 0.7.0.
This commit is contained in:
parent
966fd0bfdc
commit
8f01f084d3
1 changed files with 2 additions and 2 deletions
|
@ -3747,13 +3747,13 @@ managers for automatically closing connections.")
|
||||||
(define-public python-databases
|
(define-public python-databases
|
||||||
(package
|
(package
|
||||||
(name "python-databases")
|
(name "python-databases")
|
||||||
(version "0.5.5")
|
(version "0.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "databases" version))
|
(uri (pypi-uri "databases" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0dzb998kg35xmd50ih168320vih2w3ich798r8fc4lf9q4bb1ih2"))))
|
(base32 "0x5nqhzgjqimv2ybjbzy5vv0l23g0n1g5f6fnyahbf1f7nfl2bga"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-aiosqlite
|
(list python-aiosqlite
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue