3
0
Fork 0
forked from mirrors/nixpkgs

python36Packages.plyvel: 0.9 -> 1.0.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-plyvel/versions
This commit is contained in:
R. RyanTM 2018-11-08 21:54:19 -08:00
parent a054d74507
commit a117531c9a

View file

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "plyvel";
version = "0.9";
version = "1.0.5";
src = fetchPypi {
inherit pname version;
sha256 = "1scq75qyks9vmjd19bx57f2y60mkdr44ajvb12p3cjg439l96zaq";
sha256 = "14cbdyq1s8xmvha3lj942gw478cd6jyhkw8n0mhxpgbz8px9jkfn";
};
buildInputs = [ pkgs.leveldb ] ++ stdenv.lib.optional isPy3k pytest;