pythonPackages.python-lz4: 2.1.0 -> 2.1.2

This commit is contained in:
Dmitry Kalinkin 2018-12-05 23:20:42 -05:00
parent fdc9826c19
commit be94ca4ada
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "python-lz4";
version = "2.1.0";
version = "2.1.2";
# get full repository inorder to run tests
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "1vjfplj37jcw1mf8l810dv76dx0raia3ylgyfy7sfsb3g17brjq6";
sha256 = "1kzzdfkrq9nnlh0wssa6ccncvv0sk4wmhivhgyndjxz6d6przl5d";
};
buildInputs = [ setuptools_scm pkgconfig pytestrunner ];