python312Packages.deal: 4.24.3 -> 4.24.4

Diff: https://github.com/life4/deal/compare/refs/tags/4.24.3...4.24.4

Changelog: https://github.com/life4/deal/releases/tag/4.24.4
This commit is contained in:
Fabian Affolter 2024-03-28 09:08:06 +01:00
parent 9f3532635a
commit 94fb0e3542
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "deal";
version = "4.24.3";
version = "4.24.4";
pyproject = true;
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "life4";
repo = "deal";
rev = "refs/tags/${version}";
hash = "sha256-QlM3d/jmg6v3L3D45+cgcCej71U1dl4uZ6sAYGGm3tU=";
hash = "sha256-4orpoYfPGSvquhg9w63uUe8QbBa2RUpxaEJ9uy28+fU=";
};
postPatch = ''