mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
python311Packages.reqif: 0.0.35 -> 0.0.40
Changelog: https://github.com/strictdoc-project/reqif/releases/tag/0.0.40
This commit is contained in:
parent
0fac694dba
commit
e5819e1cad
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user