Skip to content

Commit 3b028c8

Browse files
authored
python312Packages.inscriptis: 2.5.0 -> 2.5.3 (NixOS#374473)
2 parents 15018c7 + 56b02a9 commit 3b028c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/development/python-modules/inscriptis/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@
1313

1414
buildPythonPackage rec {
1515
pname = "inscriptis";
16-
version = "2.5.0";
16+
version = "2.5.3";
1717
pyproject = true;
1818

19-
disabled = pythonOlder "3.7";
19+
disabled = pythonOlder "3.9";
2020

2121
src = fetchFromGitHub {
2222
owner = "weblyzard";
2323
repo = "inscriptis";
2424
tag = version;
25-
hash = "sha256-9KEkXcdZ7USXfyIXGDrp4p4kJTzF2q30fvOccxF1hBU=";
25+
hash = "sha256-s19ldUjJm0dnr0aFiKk0G7sXqnxQPgWo9kJYv96WLjM=";
2626
};
2727

2828
build-system = [ poetry-core ];
2929

30-
propagatedBuildInputs = [
30+
dependencies = [
3131
lxml
3232
requests
3333
];

0 commit comments

Comments
 (0)