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