python3Packages.tempest: 43.0.0 -> 44.0.0 (#422864)
This commit is contained in:
commit
669b2c0e4b
@ -33,12 +33,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "tempest";
|
pname = "tempest";
|
||||||
version = "43.0.0";
|
version = "44.0.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-Py8SwyBYO35t+xv8oaxLv58owEUX/T9uhp3XM5wjsAI=";
|
hash = "sha256-R9V9NX5Pz4+1yV/OjtbuIOICZQnDt1wjDo6ZZP9ojkc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [ "defusedxml" ];
|
pythonRelaxDeps = [ "defusedxml" ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user