python3Packages.deal: 4.24.2 -> 4.24.3

This commit is contained in:
Martin Weinelt
2023-12-20 20:44:13 +01:00
parent 3984654a0e
commit 1417902314
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "deal";
version = "4.24.2";
version = "4.24.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "life4";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-bdIoKOOC7qSer9Cp9A55HG960xunKXT2WiXp0UC6tsI=";
hash = "sha256-QlM3d/jmg6v3L3D45+cgcCej71U1dl4uZ6sAYGGm3tU=";
};
postPatch = ''