pythonPackages.zstandard: 0.13.0 -> 0.14.0

This commit is contained in:
Thomas Watson 2020-07-03 13:33:28 -05:00 committed by Jon
parent 06c7787be7
commit 3ba2e9f15c

View File

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "zstandard";
version = "0.13.0";
version = "0.14.0";
src = fetchPypi {
inherit pname version;
sha256 = "e5cbd8b751bd498f275b0582f449f92f14e64f4e03b5bf51c571240d40d43561";
sha256 = "0lkn7n3bfp7zip6hkqwkqwc8pxmhhs4rr699k77h51rfln6kjllh";
};
propagatedBuildInputs = [ cffi ];