Skip to content

Commit

Permalink
Regenerate zstd and lz4 patches with latest module versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Jan 4, 2020
1 parent 2743682 commit 2b7b98b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion detools/version.py
@@ -1 +1 @@
__version__ = '0.33.0'
__version__ = '0.34.0'
4 changes: 2 additions & 2 deletions requirements.txt
@@ -1,6 +1,6 @@
humanfriendly
bitstruct
pyelftools
zstandard==0.11.1
lz4==2.1.10
zstandard
lz4
heatshrink2
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -29,8 +29,8 @@ def find_version():
'humanfriendly',
'bitstruct',
'pyelftools',
'zstandard==0.11.1',
'lz4==2.1.10',
'zstandard',
'lz4',
'heatshrink2'
],
ext_modules=[
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified tests/files/shell/zstd.patch
Binary file not shown.

0 comments on commit 2b7b98b

Please sign in to comment.