Unverified Commit d20cad4e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.reqif: 0.0.48 -> 0.0.49 (#508712)

parents d421b873 b352614c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''