Merge pull request #296495 from r-ryantm/auto-update/python311Packages.types-dateutil
python311Packages.types-dateutil: 2.8.19.20240311 -> 2.9.0.20240316
This commit is contained in:
commit
eb52661db1
1 changed files with 8 additions and 3 deletions
|
@ -1,19 +1,24 @@
|
|||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "types-dateutil";
|
||||
version = "2.8.19.20240311";
|
||||
format = "setuptools";
|
||||
version = "2.9.0.20240316";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "types-python-dateutil";
|
||||
inherit version;
|
||||
hash = "sha256-UReCJ7vUy+w13Jrf+/Wdgy8g4JhC19y4xzsWm4eAt8s=";
|
||||
hash = "sha256-XS8uJAuGkF5AlE3Xh9ttqSY/Deq+8Qdt2u15c1HsAgI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"dateutil-stubs"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue