ablog: 0.11.4.post1 -> 0.11.6

This commit is contained in:
Aaron Jheng 2024-01-03 09:06:56 +00:00
parent 6786065ebd
commit 1d4109b858
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -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; {