Merge pull request #108196 from r-ryantm/auto-update/python3.7-zstandard

python37Packages.zstandard: 0.15.0 -> 0.15.1
This commit is contained in:
Pavol Rusnak 2021-01-02 16:48:45 +01:00 committed by GitHub
commit e02d869f1a
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.0";
version = "0.15.1";
src = fetchPypi {
inherit pname version;
sha256 = "22395e97bcfdb222246da4fdf8739ed762ffce1e5d0b526eb051c90da20268d7";
sha256 = "cb7c6a6f7d62350b9f5539045da54422975630e34dd9069584cc776b9917115f";
};
propagatedBuildInputs = [ cffi ];