python3Packages.types-deprecated: 1.2.15.20250304 -> 1.3.1.20251101

This commit is contained in:
R. Ryantm
2025-11-02 19:00:23 +00:00
parent b9c04f1e1e
commit 5b48161fce
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "types-deprecated";
version = "1.2.15.20250304";
version = "1.3.1.20251101";
pyproject = true;
src = fetchPypi {
pname = "types_deprecated";
inherit version;
hash = "sha256-wykDBVMCneXMbLMPJpwR9OAOWYxCQSkBefY82n0z9xk=";
hash = "sha256-8ALSZrcyAfRuxvxxLB8BYGfsbLRDV1Wc21DIawEJUac=";
};
build-system = [ setuptools ];