Merge pull request #175006 from fabaff/bump-types-python-dateutil
python310Packages.types-dateutil: 2.8.16 -> 2.8.17
This commit is contained in:
commit
03d20086de
1 changed files with 7 additions and 4 deletions
|
@ -4,16 +4,19 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "types-python-dateutil";
|
||||
pname = "types-dateutil";
|
||||
version = "2.8.16";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-OqrEwTjra47LwlUJluwl1uRbXTKIfR5pPQhC7i+mWdI=";
|
||||
pname = "types-python-dateutil";
|
||||
inherit version;
|
||||
hash = "sha256-OqrEwTjra47LwlUJluwl1uRbXTKIfR5pPQhC7i+mWdI=";
|
||||
};
|
||||
|
||||
pythonImportsCheck = [ "dateutil-stubs" ];
|
||||
pythonImportsCheck = [
|
||||
"dateutil-stubs"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Typing stubs for python-dateutil";
|
||||
|
|
Loading…
Reference in a new issue