Merge pull request #78666 from r-ryantm/auto-update/python2.7-plyvel
python27Packages.plyvel: 1.1.0 -> 1.2.0
This commit is contained in:
commit
74abfc3ac6
@ -8,11 +8,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "plyvel";
|
||||
version = "1.1.0";
|
||||
version = "1.2.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1icsycqqjj8048a0drj3j75a71yiv2cmijh4w3jf9zxahh3k2c9p";
|
||||
sha256 = "1xkgj58i66w4h6gwp6fn6xj5nkrad6kxz3byhy9q1j94jml1ns1x";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgs.leveldb ] ++ stdenv.lib.optional isPy3k pytest;
|
||||
|
Loading…
Reference in New Issue
Block a user