Unverified Commit c60fc647 authored by Antoine du Hamel's avatar Antoine du Hamel Committed by GitHub
Browse files

fanficfare: 4.53.0 -> 4.54.0 (#488017)

parents e2c64447 47f68793
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "fanficfare";
  version = "4.53.0";
  version = "4.54.0";
  pyproject = true;

  src = fetchPypi {
    inherit (finalAttrs) pname version;
    hash = "sha256-lUeMP7wWs5+ZzP4pEr0BUvzAIo+NKAqs4bGSGcSmi/k=";
    hash = "sha256-Pypts27ksSx8r+nLo3wup2ltbcayJ91VyF2+JchrE2c=";
  };

  nativeBuildInputs = with python3Packages; [