python3Packages.setuptools: 65.3.0 -> 65.6.3

https://setuptools.pypa.io/en/stable/history.html#v65-6-3
This commit is contained in:
Martin Weinelt
2023-01-05 01:08:47 +01:00
parent bdc18031e5
commit b511bf59bd
@@ -10,7 +10,7 @@
let
pname = "setuptools";
version = "65.3.0";
version = "65.6.3";
# Create an sdist of setuptools
sdist = stdenv.mkDerivation rec {
@@ -20,7 +20,7 @@ let
owner = "pypa";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-LPguGVWvwEMZpJFuXWLVFzIlzw+/QSMjVi2oYh0cI0s=";
hash = "sha256-B/1MhH0RDW7/pUam2FHnIcUPN6NpvQYBjRyHIm+E9rI=";
name = "${pname}-${version}-source";
};