python3Packages.luma-core: 2.5.1 -> 2.5.2 (#464422)

This commit is contained in:
Wolfgang Walther
2025-11-24 10:18:36 +00:00
committed by GitHub
@@ -12,12 +12,12 @@
}:
buildPythonPackage rec {
pname = "luma-core";
version = "2.5.1";
version = "2.5.2";
src = fetchPypi {
pname = "luma_core";
inherit version;
hash = "sha256-m4j76GiYnsRHfiEP4pk+d0p0Jdfeg3iBQQn5i+MsplM=";
hash = "sha256-Lkb4dW3OSdO1OT2re1IcO8ba1vXmpiCLVbygtxGt+zE=";
};
build-system = [ setuptools ];