python310Packages.types-setuptools: 57.4.11 -> 57.4.14
This commit is contained in:
parent
faad370edc
commit
fc8cdc28c5
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "types-setuptools";
|
||||
version = "57.4.11";
|
||||
version = "57.4.14";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-Ji90BuDH1wWta7RSa1t2H6UAv5nqt03oWsNZIYfWKTU=";
|
||||
sha256 = "sha256-3wL+HdJE9Yz05nz8PQqXkwotYact2J8h2BxxAXzYP5o=";
|
||||
};
|
||||
|
||||
# Module doesn't have tests
|
||||
|
|
Loading…
Reference in a new issue