python3Packages.lz4: 4.4.4-unstable-2025-10-21 -> 4.4.5

https://github.com/python-lz4/python-lz4/releases/tag/v4.4.5
This commit is contained in:
Martin Weinelt
2026-02-01 16:40:34 +01:00
parent f6921a8eb0
commit c7fee63af6
@@ -11,20 +11,18 @@
setuptools-scm,
}:
buildPythonPackage {
buildPythonPackage (finalAttrs: {
pname = "lz4";
version = "4.4.4-unstable-2025-10-21";
version = "4.4.5";
pyproject = true;
src = fetchFromGitHub {
owner = "python-lz4";
repo = "python-lz4";
rev = "59b2d8176072bdee50d38cc68ec65c33b928a980";
tag = "v${finalAttrs.version}";
hash = "sha256-2D30n5j5r4+gcrjEXPu+WpZ4QsugCPyC1xCZuJIPcI0=";
};
env.SETUPTOOLS_SCM_PRETEND_VERSION = "4.4.4";
build-system = [
pkgconfig
setuptools-scm
@@ -54,9 +52,10 @@ buildPythonPackage {
'';
meta = {
changelog = "https://github.com/python-lz4/python-lz4/releases/tag/${finalAttrs.src.tag}";
description = "LZ4 Bindings for Python";
homepage = "https://github.com/python-lz4/python-lz4";
license = lib.licenses.bsd3;
maintainers = [ ];
};
}
})