python3Packages.reqif: 0.0.48 -> 0.0.49

This commit is contained in:
R. Ryantm
2026-04-10 18:40:09 +00:00
parent 1a66bde6d7
commit b352614c53
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "reqif";
version = "0.0.48";
version = "0.0.49";
pyproject = true;
src = fetchFromGitHub {
owner = "strictdoc-project";
repo = "reqif";
tag = version;
hash = "sha256-bDbItyn5nhoYZHReqfvD1mfq0dilZPUEusOC/L4XNek=";
hash = "sha256-zI3lW2HxymnIWi9zvVSAxabS6jYScn7KyVfltRrggXY=";
};
postPatch = ''