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:
commit
0435c691d9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user