mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
Merge pull request #205441 from fabaff/types-setuptools-bump
python310Packages.types-setuptools: 65.6.0.0 -> 65.6.0.2
This commit is contained in:
commit
27e53e85fc
@ -5,12 +5,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "types-setuptools";
|
||||
version = "65.6.0.0";
|
||||
version = "65.6.0.2";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-MnC+rbmbxvpLmlzDUQbnFEpcMwKM5ImSsQ50rcjMXII=";
|
||||
sha256 = "sha256-rWDM8B1ibel2IiREjzbBPgZg6GOv1twR2Xmzc5psfSQ=";
|
||||
};
|
||||
|
||||
# Module doesn't have tests
|
||||
|
Loading…
Reference in New Issue
Block a user