Merge pull request #69904 from r-ryantm/auto-update/python3.7-zstd

python37Packages.zstd: 1.4.1.0 -> 1.4.3.2
This commit is contained in:
Jon 2019-09-29 05:10:47 -07:00 committed by GitHub
commit 98516c5302
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "zstd";
version = "1.4.1.0";
version = "1.4.3.2";
src = fetchPypi {
inherit pname version;
sha256 = "0laxg0pag1bzmqmg4x81jb32412pn98p9zg2b0li035m779nka95";
sha256 = "1h4wvzikar4ryhawm7clh29bvhbpy0ix1rlxhg9x195fpq56vsh7";
};
postPatch = ''