We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15018c7 + 56b02a9 commit 3b028c8Copy full SHA for 3b028c8
pkgs/development/python-modules/inscriptis/default.nix
@@ -13,21 +13,21 @@
13
14
buildPythonPackage rec {
15
pname = "inscriptis";
16
- version = "2.5.0";
+ version = "2.5.3";
17
pyproject = true;
18
19
- disabled = pythonOlder "3.7";
+ disabled = pythonOlder "3.9";
20
21
src = fetchFromGitHub {
22
owner = "weblyzard";
23
repo = "inscriptis";
24
tag = version;
25
- hash = "sha256-9KEkXcdZ7USXfyIXGDrp4p4kJTzF2q30fvOccxF1hBU=";
+ hash = "sha256-s19ldUjJm0dnr0aFiKk0G7sXqnxQPgWo9kJYv96WLjM=";
26
};
27
28
build-system = [ poetry-core ];
29
30
- propagatedBuildInputs = [
+ dependencies = [
31
lxml
32
requests
33
];
0 commit comments