python313Packages.lz4: 4.4.3 -> 4.4.4

https://github.com/python-lz4/python-lz4/releases/tag/v4.4.4
This commit is contained in:
Martin Weinelt
2025-05-23 08:37:18 -07:00
committed by Robert Schütz
parent c4ba9d6c84
commit 613f98541f
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "lz4";
version = "4.4.3";
version = "4.4.4";
pyproject = true;
disabled = pythonOlder "3.5";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "python-lz4";
repo = "python-lz4";
tag = "v${version}";
hash = "sha256-Jnmi2eyTGbPuqw0llQ5xpUWlj+8QvRHMwkak/GsypU0=";
hash = "sha256-RoM2U47T5WLepJlbJhJAeqKRP8Zf3twndqmMSViI5Z8=";
};
postPatch = ''