python: tenacity: 5.1.5 -> 6.0.0
This commit is contained in:
parent
2b56068832
commit
3d89801d13
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "tenacity";
|
||||
version = "5.1.5";
|
||||
version = "6.0.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "e664bd94f088b17f46da33255ae33911ca6a0fe04b156d334b601a4ef66d3c5f";
|
||||
sha256 = "72f397c2bb1887e048726603f3f629ea16f88cb3e61e4ed3c57e98582b8e3571";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pbr setuptools_scm ];
|
||||
|
|
Loading…
Reference in a new issue