python3Packages.deal: 4.24.5 -> 4.24.6

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2025-12-03 08:14:18 +01:00
parent e92a24e290
commit 30f680fd64
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "deal";
version = "4.24.5";
version = "4.24.6";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "life4";
repo = "deal";
tag = version;
hash = "sha256-oSvLi+9JYnwilJa63MuGb2iir2Mjr3UewzpPLCtOVzs=";
hash = "sha256-nLZ06Xfa9Q+Saf8qPXG1Xo6y6oO6kifhfK/gryZ6q90=";
};
build-system = [ flit-core ];