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

python37Packages.zstandard: 0.14.0 -> 0.14.1
This commit is contained in:
Sandro 2020-12-07 12:40:10 +01:00 committed by GitHub
commit 40bf43ce13
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.14.0";
version = "0.14.1";
src = fetchPypi {
inherit pname version;
sha256 = "0lkn7n3bfp7zip6hkqwkqwc8pxmhhs4rr699k77h51rfln6kjllh";
sha256 = "5dd700e52ec28c64d43f681ccde76b6436c8f89a332d6c9e22a6b629f28daeb5";
};
propagatedBuildInputs = [ cffi ];