python3Packages.deal: 4.23.3 -> 4.23.4
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
parent
0417701bc0
commit
df23d4d416
1 changed files with 4 additions and 2 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue