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

Merge pull request #333753 from r-ryantm/auto-update/fanficfare

fanficfare: 4.36.0 -> 4.37.0
parents f06f1493 df0a2cfd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

python3Packages.buildPythonApplication rec {
  pname = "fanficfare";
  version = "4.36.0";
  version = "4.37.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-gsaY02x8hJr0NzR5Q9VB3KkAFnotjrWXRoUjFpBJB0w=";
    hash = "sha256-Wh/eWseR+SSVYUqNG6krYCgS1gipSJGTJ+fi6uZNCO8=";
  };

  nativeBuildInputs = with python3Packages; [