Skip to content

Commit b5d863c

Browse files
authored
python312Packages.firecrawl-py: 1.6.0 -> 1.7.0 (#397269)
2 parents 79448d6 + 00ed468 commit b5d863c

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/firecrawl-py

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/firecrawl-py/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212

1313
buildPythonPackage rec {
1414
pname = "firecrawl-py";
15-
version = "1.6.0";
15+
version = "1.7.0";
1616
pyproject = true;
1717

1818
src = fetchFromGitHub {
1919
owner = "mendableai";
2020
repo = "firecrawl";
2121
tag = "v${version}";
22-
hash = "sha256-xr2curv7Inzav0wGOEfWwKn1XhBg8EIotJbwhXc+aBQ=";
22+
hash = "sha256-Tsw5OMjv/t9lt3seG31958R9o+s/6N7MGzHgqgkHrzQ=";
2323
};
2424

2525
sourceRoot = "${src.name}/apps/python-sdk";

0 commit comments

Comments
 (0)