python311Packages.reqif: 0.0.40 -> 0.0.42

This commit is contained in:
R. Ryantm
2024-04-30 01:35:07 +00:00
parent 8cf34f783f
commit b418d69ad1

View File

@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "reqif";
version = "0.0.40";
version = "0.0.42";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "strictdoc-project";
repo = "reqif";
rev = "refs/tags/${version}";
hash = "sha256-VQvwynFv/DN5RHT00rxtDcJ9wsEpKdsh3rdyUakBr2Q=";
hash = "sha256-cQhis7jrcly3cw2LRv7hpPBFAB0Uag69czf+wJvbh/Q=";
};
postPatch = ''