lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.firecrawl-py: 1.6.0 -> 1.7.0

+2 -2
+2 -2
pkgs/development/python-modules/firecrawl-py/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "firecrawl-py"; 15 - version = "1.6.0"; 15 + version = "1.7.0"; 16 16 pyproject = true; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "mendableai"; 20 20 repo = "firecrawl"; 21 21 tag = "v${version}"; 22 - hash = "sha256-xr2curv7Inzav0wGOEfWwKn1XhBg8EIotJbwhXc+aBQ="; 22 + hash = "sha256-Tsw5OMjv/t9lt3seG31958R9o+s/6N7MGzHgqgkHrzQ="; 23 23 }; 24 24 25 25 sourceRoot = "${src.name}/apps/python-sdk";