forked from mirrors/nixpkgs
python: lmdb: 0.97 -> 0.98
This commit is contained in:
parent
146c48afc3
commit
23278b2749
|
@ -7,11 +7,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "lmdb";
|
||||
version = "0.97";
|
||||
version = "0.98";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0jw3n14x6qg5wps2w4qkqf4pyan949h1s2nbkrz2qh7xwnnp2g8p";
|
||||
sha256 = "0625bc28bf0893e6000a83be7234f915ca078c32f9e73d8ae48b3508db7af708";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest cffi ];
|
||||
|
|
Loading…
Reference in a new issue