python3Packages.deal: 4.23.3 -> 4.23.4

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
Florian Brandes 2022-09-09 16:54:43 +02:00
parent 0417701bc0
commit df23d4d416
No known key found for this signature in database
GPG key ID: 074048E893713170

View file

@ -14,11 +14,12 @@
, pygments , pygments
, typeguard , typeguard
, urllib3 , urllib3
, flake8
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "deal"; pname = "deal";
version = "4.23.3"; version = "4.23.4";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -26,7 +27,7 @@ buildPythonPackage rec {
owner = "life4"; owner = "life4";
repo = pname; repo = pname;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-duFxe2KSQQb7HB5KrrE32xzTb6QkQcrQssiuXLKao50="; hash = "sha256-YwozwoTb1JsvrwcTntlpWpQJ9DszH2lmtuKkK8qZiG0=";
}; };
postPatch = '' postPatch = ''
@ -58,6 +59,7 @@ buildPythonPackage rec {
hypothesis hypothesis
vaa vaa
urllib3 urllib3
flake8
]; ];
disabledTests = [ disabledTests = [