Merge pull request #190510 from gador/deal-4.23.4

This commit is contained in:
Sandro 2022-09-11 00:18:29 +02:00 committed by GitHub
commit 412e52c147
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [