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

python37Packages.zstd: 1.4.5.1 -> 1.4.8.1
This commit is contained in:
Ryan Mulligan 2020-12-23 17:05:59 -08:00 committed by GitHub
commit 37b9ca1698
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "zstd";
version = "1.4.5.1";
version = "1.4.8.1";
src = fetchPypi {
inherit pname version;
sha256 = "2a1806d625bd2d8944ead4b3018fc6444a31467fa09935e9c1d4296275f024c6";
sha256 = "b62b21eb850abd6b8c0046bfc1c5c773c873eeb94f1904ef1ff304e98b62b80e";
};
postPatch = ''