Merge pull request #190510 from gador/deal-4.23.4
This commit is contained in:
commit
412e52c147
1 changed files with 4 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue