python3Packages.backports-zstd: 1.3.0 -> 1.4.0
Diff: https://github.com/rogdham/backports.zstd/compare/v1.3.0...v1.4.0 Changelog: https://github.com/rogdham/backports.zstd/blob/v1.4.0/CHANGELOG.md
This commit is contained in:
committed by
Martin Weinelt
parent
a0709bc85f
commit
d7aa737a85
@@ -9,7 +9,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "backports-zstd";
|
||||
version = "1.3.0";
|
||||
version = "1.4.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
postFetch = ''
|
||||
rm -r "$out/src/c/zstd"
|
||||
'';
|
||||
hash = "sha256-AF2Id4U2++RMCFICxz0E3DrgEVgGNsph4sIZ9YC87fE=";
|
||||
hash = "sha256-dOzaenKu3sf1qaTWZfJ6W1l3KV4BYklUardpiPnSQWU=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user