gnu: python-bsddb3: Update to 6.2.9.

* gnu/packages/python-xyz.scm (python-bsddb3): Update to 6.2.9.
This commit is contained in:
Guillaume Le Vaillant 2021-08-30 11:08:41 +02:00
parent c820ec77ae
commit 651e1f17cc
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -22319,14 +22319,13 @@ (define-public python2-zeroconf
(define-public python-bsddb3
(package
(name "python-bsddb3")
(version "6.2.6")
(version "6.2.9")
(source
(origin
(method url-fetch)
(uri (pypi-uri "bsddb3" version))
(sha256
(base32
"019db2y6bfmiqbrgg9x9f6h72qjmqh05czdn2v5sy9bl0gs23mj2"))))
(base32 "00bqdsfx8jgmfz5bgkx10nlw5bfsw11a86f91zkl53snvk45xl3h"))))
(build-system python-build-system)
(inputs
`(("bdb" ,bdb)))