mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
c820ec77ae
commit
651e1f17cc
1 changed files with 2 additions and 3 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue