diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2024-01-08 09:15:58 +0100 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2024-01-08 09:15:58 +0100 |
| commit | 8a9c45f9feb533bbeab5a1f78e42219040d7595c (patch) | |
| tree | 8c45ce8b8bb7a4674c75a4269a430fc8d647b79d | |
| parent | Merge pull request #278928 from gepbird/lua-language-server-3.7.4 (diff) | |
| download | nixpkgs-8a9c45f9feb533bbeab5a1f78e42219040d7595c.tar.gz | |
python311Packages.types-setuptools: 68.2.0.2 -> 69.0.0.20240106
| -rw-r--r-- | pkgs/development/python-modules/types-setuptools/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/types-setuptools/default.nix b/pkgs/development/python-modules/types-setuptools/default.nix index 9c705d4bfbec..9918b92818db 100644 --- a/pkgs/development/python-modules/types-setuptools/default.nix +++ b/pkgs/development/python-modules/types-setuptools/default.nix @@ -5,12 +5,12 @@ buildPythonPackage rec { pname = "types-setuptools"; - version = "68.2.0.2"; + version = "69.0.0.20240106"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-Ce/DgK1cf3jjC8oVRvcGRpVozyYITPq3Ps+D3qHShEY="; + hash = "sha256-4Hf5CJV43zyZOPbkqhYz8YK6Z0Cm/bEzPxYrrl38utw="; }; # Module doesn't have tests |
