Unverified Commit 79f4b5b1 authored by Viorel-Cătălin Răpițeanu's avatar Viorel-Cătălin Răpițeanu Committed by GitHub
Browse files

python3Packages.wikitextparser: 0.55.5 -> 0.55.13 (#308267)

parent 6034d354
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
{ buildPythonPackage
, fetchFromGitHub
, flit-core
, lib
, setuptools
, pytestCheckHook
@@ -9,14 +10,14 @@

buildPythonPackage rec {
  pname = "wikitextparser";
  version = "0.55.5";
  version = "0.55.13";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "5j9";
    repo = "wikitextparser";
    rev = "v${version}";
    hash = "sha256-cmzyRbq4tCbuyrNnT0UYxoxuwXrFkIcWdrogSTfxSys=";
    hash = "sha256-qLctOX0BsKAn2JzfmV2sTLJ/KcNfaJFAjOB3pxd5LQI=";
  };

  nativeBuildInputs = [
@@ -24,6 +25,7 @@ buildPythonPackage rec {
  ];

  propagatedBuildInputs = [
    flit-core
    wcwidth
    regex
  ];