gnu: python-lmdb: Update to 0.98.
* gnu/packages/databases.scm (python-lmdb): Update to 0.98.
This commit is contained in:
parent
26aa1fd230
commit
b7dfd579c1
1 changed files with 2 additions and 2 deletions
|
@ -2379,13 +2379,13 @@ etc., and an SQL engine for performing simple SQL queries.")
|
||||||
(define-public python-lmdb
|
(define-public python-lmdb
|
||||||
(package
|
(package
|
||||||
(name "python-lmdb")
|
(name "python-lmdb")
|
||||||
(version "0.95")
|
(version "0.98")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "lmdb" version))
|
(uri (pypi-uri "lmdb" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nx9f193gzl33r1lbqhb96h1igya7pz8wmahr8m9x5zgc05hal91"))
|
"027pgbdhhdcbwj53vrzr6a60gjhmz4s75gl3180fd4q8pwlbq986"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Delete bundled lmdb source files.
|
;; Delete bundled lmdb source files.
|
||||||
|
|
Reference in a new issue