Unverified Commit 1d4109b8 authored by Aaron Jheng's avatar Aaron Jheng
Browse files

ablog: 0.11.4.post1 -> 0.11.6

parent 6786065e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -5,12 +5,12 @@

python3.pkgs.buildPythonApplication rec {
  pname = "ablog";
  version = "0.11.4.post1";
  version = "0.11.6";
  format = "pyproject";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-Zyvx7lVUQtjoGsSpFmH8pFrgTGgsFd4GMsL3fXKtUpU=";
    hash = "sha256-fV4W4AaiqyruIz3OQ7/lGkMPMKmyiFa+fdU2QeeQCvs=";
  };

  nativeBuildInputs = with python3.pkgs; [
@@ -35,6 +35,7 @@ python3.pkgs.buildPythonApplication rec {

  pytestFlagsArray = [
    "--rootdir" "src/ablog"
    "-W" "ignore::sphinx.deprecation.RemovedInSphinx90Warning" # Ignore ImportError
  ];

  meta = with lib; {