Merge pull request #290666 from fabaff/reqif-bump

python311Packages.reqif: 0.0.35 -> 0.0.40
This commit is contained in:
Fabian Affolter 2024-02-22 23:03:02 +01:00 committed by GitHub
commit 82aea6892e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,11 +9,12 @@
, python
, pythonOlder
, pythonRelaxDepsHook
, xmlschema
}:
buildPythonPackage rec {
pname = "reqif";
version = "0.0.35";
version = "0.0.40";
pyproject = true;
disabled = pythonOlder "3.7";
@ -22,7 +23,7 @@ buildPythonPackage rec {
owner = "strictdoc-project";
repo = "reqif";
rev = "refs/tags/${version}";
hash = "sha256-3yOLOflPqzJRv3qCQXFK3rIFftBq8FkYy7XhOfWH82Y=";
hash = "sha256-VQvwynFv/DN5RHT00rxtDcJ9wsEpKdsh3rdyUakBr2Q=";
};
postPatch = ''
@ -40,6 +41,7 @@ buildPythonPackage rec {
beautifulsoup4
lxml
jinja2
xmlschema
];
nativeCheckInputs = [