From 6223c4ec8a57391d294587cb0e773f2ea76a5dc7 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 24 Nov 2025 00:54:57 +0000 Subject: [PATCH] python3Packages.luma-core: 2.5.1 -> 2.5.2 --- pkgs/development/python-modules/luma-core/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/luma-core/default.nix b/pkgs/development/python-modules/luma-core/default.nix index ee22a148c061..3e51efd37cca 100644 --- a/pkgs/development/python-modules/luma-core/default.nix +++ b/pkgs/development/python-modules/luma-core/default.nix @@ -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 ];