lol

python312Packages.types-retry: 0.9.9.20241221 -> 0.9.9.20250322

+2 -2
+2 -2
pkgs/development/python-modules/types-retry/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "types-retry"; 9 - version = "0.9.9.20241221"; 9 + version = "0.9.9.20250322"; 10 10 format = "setuptools"; 11 11 12 12 src = fetchPypi { 13 13 pname = "types_retry"; 14 14 inherit version; 15 - hash = "sha256-661tSVpaBKsNBtQVamZVKMO4SoRhqgGd1uXT4zwqoeA="; 15 + hash = "sha256-LqpvS4MsGHEhBWmIu+bS0Lb06wNjH9yXUuKsKAL3tyY="; 16 16 }; 17 17 18 18 # Modules doesn't have tests