Unverified Commit 1469a5a6 authored by Artturin's avatar Artturin Committed by GitHub
Browse files

python3Packages.wikitextparser: 0.55.13 -> 0.56.2 (#342050)

parents c3dcd386 af2be5c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

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

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

  nativeBuildInputs = [ setuptools ];