Merge pull request #141967 from r-ryantm/auto-update/python38Packages.zstandard

python38Packages.zstandard: 0.15.2 -> 0.16.0
This commit is contained in:
Ryan Burns 2021-10-30 20:03:41 -07:00 committed by GitHub
commit 5a8f13bb64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "zstandard";
version = "0.15.2";
version = "0.16.0";
src = fetchPypi {
inherit pname version;
sha256 = "52de08355fd5cfb3ef4533891092bb96229d43c2069703d4aff04fdbedf9c92f";
sha256 = "eaae2d3e8fdf8bfe269628385087e4b648beef85bb0c187644e7df4fb0fe9046";
};
propagatedBuildInputs = [ cffi ];