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:
Mario Rodas 2020-01-29 02:46:15 -05:00 committed by GitHub
commit 74abfc3ac6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;