python3Packages.types-deprecated: 1.3.1.20251101 -> 1.3.1.20260520

This commit is contained in:
Fabian Affolter
2026-06-10 22:32:09 +02:00
parent 1848203901
commit 1f69a29f9f
@@ -7,15 +7,21 @@
buildPythonPackage rec {
pname = "types-deprecated";
version = "1.3.1.20251101";
version = "1.3.1.20260520";
pyproject = true;
src = fetchPypi {
pname = "types_deprecated";
inherit version;
hash = "sha256-8ALSZrcyAfRuxvxxLB8BYGfsbLRDV1Wc21DIawEJUac=";
hash = "sha256-TQ2eVSFDLZzogWn7i3k7RdcNjozBp+zVpEZau/g8mrQ=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "setuptools>=82.0.1" "setuptools" \
--replace-fail "'deprecated-stubs' =" "'*' ="
'';
build-system = [ setuptools ];
# Modules has no tests