Merge pull request #244769 from r-ryantm/auto-update/python311Packages.types-deprecated

python311Packages.types-deprecated: 1.2.9.2 -> 1.2.9.3
This commit is contained in:
Nick Cao 2023-07-22 02:56:15 -06:00 committed by GitHub
commit 0435c691d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "types-deprecated"; pname = "types-deprecated";
version = "1.2.9.2"; version = "1.2.9.3";
format = "setuptools"; format = "setuptools";
src = fetchPypi { src = fetchPypi {
pname = "types-Deprecated"; pname = "types-Deprecated";
inherit version; inherit version;
hash = "sha256-kWFv1nRfi/LUV/u779FM3kODjp8AoEtaDq5Pwfe7xpc="; hash = "sha256-74cyet8+PEpMfY4G5Y9kdnENNGbs+1PEnvsICASnDvM=";
}; };
# Modules has no tests # Modules has no tests