python310Packages.requirements-detector: 1.0.3 -> 1.1.0

Fix compatibility with packaging 23.0.

Diff: https://github.com/landscapeio/requirements-detector/compare/1.0.3...1.1.0
This commit is contained in:
Martin Weinelt
2023-03-10 14:02:30 +01:00
parent ef91384e6f
commit d562454bfd
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "requirements-detector";
version = "1.0.3";
version = "1.1.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "landscapeio";
repo = pname;
rev = version;
hash = "sha256-AEXCguf5Q9lU5ygFJUlbc1F637hkQ0wJybbRK7uhB9s=";
hash = "sha256-H+h/PN1TrlpDRgI7tMWUhXlxj4CChwcxIR/BvyO261c=";
};
nativeBuildInputs = [