Merge pull request #307873 from r-ryantm/auto-update/python311Packages.reqif

python311Packages.reqif: 0.0.40 -> 0.0.42
This commit is contained in:
Weijia Wang
2024-06-02 00:08:03 +02:00
committed by GitHub

View File

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