Merge pull request #200291 from fabaff/types

python310Packages.types-python-dateutil: 2.8.19.2 -> 2.8.19.3, python310Packages.types-requests: 2.28.11.2 -> 2.28.11.3, python310Packages.types-urllib3: 1.26.25.1 -> 1.26.25.2
This commit is contained in:
Fabian Affolter 2022-11-09 07:56:14 +01:00 committed by GitHub
commit 13c38cf05d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-python-dateutil";
version = "2.8.19.2";
version = "2.8.19.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-5uMs4Y83dlsIxGYiKHvI2BNtwMVi2a1bj9FYxZlj16c=";
hash = "sha256-oxMoTfXtP9B4MDJi7cDv3iiZjNCOUGHvHMwLtf700to=";
};
# Modules doesn't have tests

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-requests";
version = "2.28.11.2";
version = "2.28.11.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-/c170UgTn7ju9yz0pBrHJzhyytnmraFLEf9d/e7mDtM=";
sha256 = "sha256-vpAHr/sX8KCbtI532xi7bgvp+CYJx48drm2zAlnXIdY=";
};
propagatedBuildInputs = [

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-urllib3";
version = "1.26.25.1";
version = "1.26.25.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-qUhYSUSyQSyadLnPZPbEjK+GUsuIs4NhMW9tFdihhM0=";
hash = "sha256-o6UQ22CbNjZwzGLtt2WYuCcL001OsvbJ8IjQ59gZbWs=";
};
# Module doesn't have tests