python310Packages.types-dateutil: update pname

This commit is contained in:
Fabian Affolter 2022-05-27 23:06:39 +02:00 committed by GitHub
parent 8229c0ea67
commit cd52b647b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,16 +4,19 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "types-python-dateutil"; pname = "types-dateutil";
version = "2.8.17"; version = "2.8.16";
format = "setuptools"; format = "setuptools";
src = fetchPypi { src = fetchPypi {
inherit pname version; pname = "types-python-dateutil";
sha256 = "sha256-bFQmWiIWgd2H9h32dDvV6rBgzxtAhv9lwaj9dj7WNw4="; inherit version;
hash = "sha256-OqrEwTjra47LwlUJluwl1uRbXTKIfR5pPQhC7i+mWdI=";
}; };
pythonImportsCheck = [ "dateutil-stubs" ]; pythonImportsCheck = [
"dateutil-stubs"
];
meta = with lib; { meta = with lib; {
description = "Typing stubs for python-dateutil"; description = "Typing stubs for python-dateutil";