python3Packages.luma-core: 2.5.2 -> 2.5.3

This commit is contained in:
R. Ryantm
2025-12-19 21:23:16 +00:00
parent 921addc42f
commit 6626d14ed3
@@ -12,12 +12,12 @@
}:
buildPythonPackage rec {
pname = "luma-core";
version = "2.5.2";
version = "2.5.3";
src = fetchPypi {
pname = "luma_core";
inherit version;
hash = "sha256-Lkb4dW3OSdO1OT2re1IcO8ba1vXmpiCLVbygtxGt+zE=";
hash = "sha256-7PscEvwy+O5s/w9hOASyYJOHwXVH9znQAmSfLm1W7C8=";
};
build-system = [ setuptools ];